Merge pull request #13325 from atm-florianm/FIX_10.0_load_langs_in_box_commandes
FIX 10.0 - missing translations for "orders" homepage "orders" box
This commit is contained in:
commit
8808b7df87
@ -72,6 +72,7 @@ class box_commandes extends ModeleBoxes
|
||||
public function loadBox($max = 5)
|
||||
{
|
||||
global $user, $langs, $db, $conf;
|
||||
$langs->load('orders');
|
||||
|
||||
$this->max = $max;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user