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:
Laurent Destailleur 2020-03-11 16:39:43 +01:00 committed by GitHub
commit 8808b7df87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;