FIX clone of purchase order

This commit is contained in:
Laurent Destailleur 2020-01-10 19:35:49 +01:00
parent 8893d8d59f
commit c028819cab

View File

@ -951,6 +951,7 @@ class CommandeFournisseur extends CommonOrder
$this->lines[$i]->remise_percent, $this->lines[$i]->remise_percent,
'HT', 'HT',
0, 0,
$this->lines[$i]->product_type,
$this->lines[$i]->info_bits $this->lines[$i]->info_bits
); );
if ($result < 0) if ($result < 0)