Update commande.class.php
This commit is contained in:
parent
32c6c754c4
commit
dfa5c419b3
@ -3088,7 +3088,7 @@ class Commande extends CommonOrder
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->line->rowid = $rowid;
|
$this->line->rowid = $rowid;
|
||||||
$this->line->label=!empty($label)?$label:$this->line->oldline->label;
|
$this->line->label = $label;
|
||||||
$this->line->desc = $desc;
|
$this->line->desc = $desc;
|
||||||
$this->line->qty = $qty;
|
$this->line->qty = $qty;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user