Update commande.class.php

This commit is contained in:
Laurent Destailleur 2021-06-19 14:55:41 +02:00 committed by GitHub
parent 194637cfda
commit 3669600242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;