diff --git a/htdocs/boutique/commande/commande.class.php b/htdocs/boutique/commande/commande.class.php index d0bef61abd4..281d8b513f2 100644 --- a/htdocs/boutique/commande/commande.class.php +++ b/htdocs/boutique/commande/commande.class.php @@ -52,6 +52,7 @@ class Commande { $result = $this->db->fetch_array(); $this->id = $result["orders_id"]; + $this->client_id = stripslashes($result["customers_id"]); $this->client_name = stripslashes($result["customers_name"]); $this->db->free();