Update commonobject.class.php

This commit is contained in:
Frédéric FRANCE 2021-02-27 08:52:40 +01:00 committed by GitHub
parent 2cc635fd09
commit 8bfa7565bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2198,7 +2198,8 @@ abstract class CommonObject
$this->updateline(
$line->id, ($line->description ? $line->description : $line->desc), $line->subprice, $line->tva_tx, $line->localtax1_tx,
$line->localtax2_tx, $line->qty, 0, 'HT', $line->info_bits, $line->product_type, $line->remise_percent, 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;
default: