// 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:
bMancone
2011-10-17 15:03:15 +00:00
parent 643346b806
commit 23a24b58e2
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);