// Removed occurences of setStock / getStock
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9395 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2207,7 +2207,8 @@ class AdminProducts extends AdminTab
|
||||
parent::displayForm(false);
|
||||
|
||||
$has_attribute = $obj->hasAttributes();
|
||||
$qty = $obj->getStock();
|
||||
// @FIXME Stock
|
||||
$qty = 0;
|
||||
$cover = Product::getCover($obj->id);
|
||||
$this->_applyTaxToEcotax($obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user