From 57553de815cc6c5f08d6b8f060fe106fee557415 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Apr 2009 14:37:48 +0000 Subject: [PATCH] Fix: Removed deprecated var --- htdocs/product.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index 6900f6fc8bc..cfd30746c46 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -102,8 +102,6 @@ class Product extends CommonObject var $errno = 0; //! Canevas a utiliser si le produit n'est pas un produit generique var $canvas; - //! Nombre de piece en commande, non expedie - var $stock_in_command; //! Id du fournisseur var $product_fourn_id; @@ -938,9 +936,6 @@ class Product extends CommonObject $this->barcode = $result["barcode"]; $this->barcode_type = $result["fk_barcode_type"]; - $this->stock_in_command = 0; // TODO - $this->stock_in_propal = 0; // TODO - $this->label_url = ''.$this->libelle.''; $this->db->free();