From 3669600242108201fffc17874089aad0ae7f17b7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Jun 2021 14:55:41 +0200 Subject: [PATCH] Update commande.class.php --- htdocs/commande/class/commande.class.php | 1 - 1 file changed, 1 deletion(-) 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;