Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2019-09-30 15:18:28 +02:00
commit 5b582d1117
2 changed files with 13 additions and 3 deletions

View File

@ -70,7 +70,7 @@ class box_supplier_orders_awaiting_reception extends ModeleBoxes
public function loadBox($max = 5)
{
global $conf, $user, $langs;
$langs->loadLangs(array("boxes", "sendings"));
$langs->loadLangs(array("boxes", "sendings", "orders"));
$this->max = $max;

View File

@ -541,7 +541,12 @@ class Notify
'',
'',
0,
-1
-1,
'',
'',
'',
'',
'notification'
);
if ($mailfile->sendfile())
@ -769,7 +774,12 @@ class Notify
'',
'',
0,
1
1,
'',
'',
'',
'',
'notification'
);
if ($mailfile->sendfile())