Merge pull request #20825 from Easya-Solutions/fix-incoterms-dictionary-table-name

FIX dictionary table name in incoterms for Debug v16
This commit is contained in:
Laurent Destailleur 2022-05-12 02:02:20 +02:00 committed by GitHub
commit a261b05866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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