// Removed occurences of setStock / getStock

This commit is contained in:
bMancone
2011-10-17 15:03:15 +00:00
parent d39c5214f1
commit 2fff1151e4
2 changed files with 4 additions and 110 deletions
+2 -1
View File
@@ -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);