add missing translation

This commit is contained in:
Florian HENRY
2020-10-02 10:37:02 +02:00
parent 1bbd4da0fe
commit 18c946dc75
2 changed files with 2 additions and 2 deletions

View File

@@ -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');