mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Update commande.class.php
This commit is contained in:
committed by
GitHub
parent
32c6c754c4
commit
dfa5c419b3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user