//fixed multishop CRUD bug
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16555 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1461,7 +1461,13 @@ class AdminProductsControllerCore extends AdminController
|
||||
Hook::exec('actionWatermark', array('id_image' => $id_image, 'id_product' => $id_product));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
protected function updateAssoShop($id_object)
|
||||
{
|
||||
//override AdminController::updateAssoShop() specifically for products because shop association is set with the context in ObjectModel
|
||||
return;
|
||||
}
|
||||
|
||||
public function processAdd()
|
||||
{
|
||||
$this->checkProduct();
|
||||
|
||||
Reference in New Issue
Block a user