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

This commit is contained in:
Laurent Destailleur 2019-12-03 22:38:10 +01:00
commit 13acb8537d

View File

@ -701,7 +701,10 @@ if ($massaction == 'confirm_createbills')
$lines[$i]->fk_fournprice, $lines[$i]->fk_fournprice,
$lines[$i]->pa_ht, $lines[$i]->pa_ht,
$lines[$i]->label, $lines[$i]->label,
$array_options $array_options,
100,
0,
$lines[$i]->fk_unit
); );
if ($result > 0) if ($result > 0)
{ {