add missing translation
This commit is contained in:
parent
1bbd4da0fe
commit
18c946dc75
@ -37,7 +37,7 @@ if (!empty($conf->projet->enabled)) {
|
||||
}
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('companies', 'other'));
|
||||
$langs->loadLangs(array('companies', 'other', 'bills'));
|
||||
|
||||
$action = GETPOST('action', 'aZ09');
|
||||
$confirm = GETPOST('confirm');
|
||||
|
||||
@ -34,7 +34,7 @@ if (!empty($conf->projet->enabled)) {
|
||||
if (!$user->rights->commande->lire) accessforbidden();
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('orders', 'sendings'));
|
||||
$langs->loadLangs(array('orders', 'sendings', 'bills'));
|
||||
|
||||
$socid = 0;
|
||||
$comid = GETPOST("id", 'int');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user