add missing translation
This commit is contained in:
parent
ce0fa53cb0
commit
1bbd4da0fe
@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('orders', 'sendings', 'companies'));
|
||||
$langs->loadLangs(array('orders', 'sendings', 'companies', 'bills'));
|
||||
|
||||
$id = GETPOST('id', 'int');
|
||||
$ref = GETPOST('ref', 'alpha');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user