// Some fix + multistore for import tools

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7546 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-07-07 12:18:27 +00:00
parent c0e8f46e8e
commit 3c50152c94
7 changed files with 252 additions and 128 deletions
-2
View File
@@ -1245,8 +1245,6 @@ class AdminProducts extends AdminTab
$this->_errors[] = Tools::displayError('An error occurred while adding tags.');
elseif ($id_image = $this->addProductImage($object))
{
$object->setStock($object->quantity);
Hook::addProduct($object);
Search::indexation(false);