Fix treeview modules sql inner condition

This commit is contained in:
Calvo 2021-06-10 18:00:53 +02:00
parent ace916bc8e
commit e0b3536d1b
1 changed files with 2 additions and 0 deletions

View File

@ -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)."'";
}