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.'';