From d7d5b87cf2a0d678a0f2e95e446b86fe6350b11f Mon Sep 17 00:00:00 2001 From: ATM john Date: Fri, 27 Sep 2019 21:29:55 +0200 Subject: [PATCH] Fix lang loaded --- htdocs/core/boxes/box_supplier_orders_awaiting_reception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/boxes/box_supplier_orders_awaiting_reception.php b/htdocs/core/boxes/box_supplier_orders_awaiting_reception.php index bba7e6557de..f30c46a1e2e 100644 --- a/htdocs/core/boxes/box_supplier_orders_awaiting_reception.php +++ b/htdocs/core/boxes/box_supplier_orders_awaiting_reception.php @@ -70,7 +70,7 @@ class box_supplier_orders_awaiting_reception extends ModeleBoxes public function loadBox($max = 5) { global $conf, $user, $langs, $db; - $langs->loadLangs(array("boxes", "sendings")); + $langs->loadLangs(array("boxes", "sendings", "orders")); $this->max = $max;