FIX 10.0 - translations for "orders" not loaded in the homepage box

This commit is contained in:
Florian Mortgat 2020-03-11 11:45:57 +01:00
parent 192fb45ce7
commit ce01cf278d

View File

@ -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;