diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 931af52c44d544bce944da67c05160348f15de2f..8f79339e98d69329ff1c69942de57a885cc969cb 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -560,7 +560,7 @@ class Product extends CommonObject if (empty($this->localtax2_tx)) $this->localtax2_tx = 0; if (empty($this->status)) $this->status = 0; if (empty($this->status_buy)) $this->status_buy = 0; - + if (empty($this->country_id)) $this->country_id = 0; //Gencod @@ -1486,9 +1486,9 @@ class Product extends CommonObject // We should not load stock at each fetch. If someone need stock, he must call load_stock after fetch. //$res=$this->load_stock(); - //return $res; - // ok we don't load stock but we init the stock_warehouse array - $this->stock_warehouse = Array(); + + // instead we just init the stock_warehouse array + $this->stock_warehouse = array(); return 1; } @@ -3271,7 +3271,7 @@ class Product extends CommonObject function get_barcode($object,$type='') { global $conf; - + $result=''; if (! empty($conf->global->BARCODE_PRODUCT_ADDON_NUM)) {