From 6114b518a81991072a43ad0d6e45b642ee669311 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 4 May 2009 20:11:26 +0000 Subject: [PATCH] Removed a TODO --- htdocs/product.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index 91251457119..0ac9945f782 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -936,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->next_prev_filter = 'entity = '.$conf->entity; $this->label_url = ''.$this->libelle.'';