Merge pull request #11978 from atm-john/develop_fix_land_loading
Fix : lang loaded
This commit is contained in:
commit
d3977166c1
@ -70,7 +70,7 @@ class box_supplier_orders_awaiting_reception extends ModeleBoxes
|
|||||||
public function loadBox($max = 5)
|
public function loadBox($max = 5)
|
||||||
{
|
{
|
||||||
global $conf, $user, $langs;
|
global $conf, $user, $langs;
|
||||||
$langs->loadLangs(array("boxes", "sendings"));
|
$langs->loadLangs(array("boxes", "sendings", "orders"));
|
||||||
|
|
||||||
$this->max = $max;
|
$this->max = $max;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user