Merge pull request #14893 from FHenry/develop

Add missing lang file (if order is billed the status icon "billed" is not translated
This commit is contained in:
Laurent Destailleur 2020-10-02 13:41:23 +02:00 committed by GitHub
commit 440ad2035e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

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

View File

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