2
0
forked from Wavyzz/dolibarr

NEW ODT docs for USER USERGROUP CONTRACT and PRODUCT class

This commit is contained in:
arnaud
2017-03-14 09:25:29 +01:00
parent a796a321cc
commit 192a825de8
21 changed files with 2141 additions and 141 deletions

View File

@@ -1509,7 +1509,7 @@ function getListOfModels($db,$type,$maxfilenamelength=0)
$sql.= " WHERE type = '".$type."'";
$sql.= " AND entity IN (0,".(! empty($conf->multicompany->enabled) && ! empty($conf->multicompany->transverse_mode)?"1,":"").$conf->entity.")";
$sql.= " ORDER BY description DESC";
dol_syslog('/core/lib/function2.lib.php::getListOfModels', LOG_DEBUG);
$resql = $db->query($sql);
if ($resql)