Merge branch 'ent-7625-eliminar-traza-tree-class' into 'develop'

trace deleted

See merge request artica/pandorafms!4163
This commit is contained in:
vgilc 2021-07-05 15:21:59 +00:00
commit 2be851ef83
1 changed files with 0 additions and 1 deletions

View File

@ -993,7 +993,6 @@ class Tree
$inner $inner
GROUP BY g GROUP BY g
ORDER BY $order_by_final"; ORDER BY $order_by_final";
hd($sql, true);
return $sql; return $sql;
} }