Fix treeview modules sql inner condition
This commit is contained in:
parent
ace916bc8e
commit
e0b3536d1b
|
@ -28,6 +28,8 @@ class TreeModule extends Tree
|
|||
$this->L1fieldNameSql = 'tam.nombre';
|
||||
$this->L1inner = '';
|
||||
$this->L1orderByFinal = 'name';
|
||||
$this->L1innerInside = 'INNER JOIN tagente_modulo tam
|
||||
ON ta.id_agente = tam.id_agente';
|
||||
|
||||
$this->L2condition = "AND tam.nombre = '".$this->symbol2name($this->rootID)."'";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue