forked from Wavyzz/dolibarr
Merge branch 'develop-accounting3' of github.com:aspangaro/dolibarr into
aspangaro-develop-accounting3 Conflicts: htdocs/install/mysql/migration/3.6.0-3.7.0.sql
This commit is contained in:
@@ -606,7 +606,7 @@ class Form
|
||||
|
||||
if (count($this->cache_types_fees)) return 0; // Cache already load
|
||||
|
||||
$sql = "SELECT c.code, c.libelle as label";
|
||||
$sql = "SELECT c.code, c.label";
|
||||
$sql.= " FROM ".MAIN_DB_PREFIX."c_type_fees as c";
|
||||
$sql.= " ORDER BY lower(c.libelle) ASC";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user