2
0
forked from Wavyzz/dolibarr

FIX dictionary table name in incoterms for Debug v16

This commit is contained in:
lvessiller
2022-05-11 11:08:53 +02:00
parent c5a4877eb8
commit aed0296ae2

View File

@@ -85,7 +85,7 @@ class modIncoterm extends DolibarrModules
}
$this->dictionaries = array(
'langs'=>'incoterm',
'tabname'=>array(MAIN_DB_PREFIX."c_incoterms"), // List of tables we want to see into dictonnary editor
'tabname'=>array("c_incoterms"), // List of tables we want to see into dictonnary editor
'tablib'=>array("Incoterms"), // Label of tables
'tabsql'=>array('SELECT rowid, code, libelle, active FROM '.MAIN_DB_PREFIX.'c_incoterms'), // Request to select fields
'tabsqlsort'=>array("rowid ASC"), // Sort order