forked from Wavyzz/dolibarr
Update commande.class.php
This commit is contained in:
committed by
GitHub
parent
194637cfda
commit
3669600242
@@ -3181,7 +3181,6 @@ class Commande extends CommonOrder
|
||||
}
|
||||
|
||||
$this->line->id = $rowid;
|
||||
$this->line->rowid = $rowid; // For backward compatibility
|
||||
$this->line->label = $label;
|
||||
$this->line->desc = $desc;
|
||||
$this->line->qty = $qty;
|
||||
|
||||
Reference in New Issue
Block a user