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

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;