Update commande.class.php

This commit is contained in:
Laurent Destailleur 2021-06-19 14:52:06 +02:00 committed by GitHub
parent 32c6c754c4
commit dfa5c419b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3087,10 +3087,10 @@ class Commande extends CommonOrder
$this->line->rang = $rangmax + 1;
}
$this->line->rowid=$rowid;
$this->line->label=!empty($label)?$label:$this->line->oldline->label;
$this->line->desc=$desc;
$this->line->qty=$qty;
$this->line->rowid = $rowid;
$this->line->label = $label;
$this->line->desc = $desc;
$this->line->qty = $qty;
$this->line->vat_src_code = $vat_src_code;
$this->line->tva_tx = $txtva;