From bfa813e1b0fa8a39e620470cc482dcca01cfde6a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Dec 2020 20:16:41 +0100 Subject: [PATCH] Load langs --- htdocs/comm/action/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');