From 18c946dc759231c5b076318bf9fae4eebc43d7fa Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Fri, 2 Oct 2020 10:37:02 +0200 Subject: [PATCH] add missing translation --- htdocs/commande/document.php | 2 +- htdocs/commande/info.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/document.php b/htdocs/commande/document.php index 27d38378bcb..ab4f3990b78 100644 --- a/htdocs/commande/document.php +++ b/htdocs/commande/document.php @@ -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'); diff --git a/htdocs/commande/info.php b/htdocs/commande/info.php index 9b45bf66312..d08e8148101 100644 --- a/htdocs/commande/info.php +++ b/htdocs/commande/info.php @@ -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');