diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php index a9e365534f3..510fa67dcdb 100644 --- a/htdocs/comm/action/list.php +++ b/htdocs/comm/action/list.php @@ -38,7 +38,7 @@ include_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php'; // Load translation files required by the page -$langs->loadLangs(array("users", "companies", "agenda", "commercial", "other")); +$langs->loadLangs(array("users", "companies", "agenda", "commercial", "other", "orders", "bills")); $action = GETPOST('action', 'aZ09'); $massaction = GETPOST('massaction', 'alpha');