This commit is contained in:
Laurent Destailleur 2021-12-17 10:00:10 +01:00
parent eb3eef9a61
commit e60f65db7d

View File

@ -30,7 +30,7 @@ require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
// Load translation files required by the page
$langs->loadLangs(array('commande', 'propal', 'bills', 'other'));
$langs->loadLangs(array('commande', 'propal', 'bills', 'other', 'products'));
$backtopage = GETPOST('backtopage', 'alpha');
$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');