Frédéric FRANCE 2021-02-27 08:00:02 +01:00 committed by GitHub
parent 5c0fba26e2
commit 2cc635fd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2190,7 +2190,8 @@ abstract class CommonObject
$this->updateline(
$line->id, ($line->description ? $line->description : $line->desc), $line->subprice, $line->qty, $line->remise_percent,
$line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, false,
$line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->multicurrency_subprice
$line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->multicurrency_subprice,
$line->ref_supplier
);
break;
case 'invoice_supplier':