mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
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