Loaded the required translations

This commit is contained in:
Tim Otte 2020-09-01 16:53:42 +02:00
parent a53f7ff9c9
commit 71471a054d

View File

@ -1297,6 +1297,8 @@ abstract class CommonObject
// phpcs:enable
global $langs, $conf;
$langs->loadLangs(array('bills', 'contracts', 'interventions', 'orders', 'projects', 'propal', 'ticket'));
$tab = array();
$sql = "SELECT DISTINCT tc.rowid, tc.code, tc.libelle, tc.position, tc.element";