diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 20b80bdef2f..dec941049a1 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -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;