Doxygen
This commit is contained in:
parent
87f7771af2
commit
9fb029890c
@ -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.
|
// We should not load stock at each fetch. If someone need stock, he must call load_stock after fetch.
|
||||||
//$res=$this->load_stock();
|
//$res=$this->load_stock();
|
||||||
//return $res;
|
|
||||||
// ok we don't load stock but we init the stock_warehouse array
|
// instead we just init the stock_warehouse array
|
||||||
$this->stock_warehouse = Array();
|
$this->stock_warehouse = array();
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user