[-] BO : fix #PSCFV-3200

This commit is contained in:
lLefevre
2012-07-17 09:23:25 +00:00
parent be5e3f7aec
commit f5076b8deb
@@ -2218,7 +2218,10 @@ class AdminProductsControllerCore extends AdminController
$product = $this->object;
if ($this->display == 'edit' && Shop::isFeatureActive() && Shop::getContext() == Shop::CONTEXT_SHOP && !$product->isAssociatedToShop($this->context->shop->id))
{
$this->displayWarning($this->l('Warning: this product does not exist in this shop. If you submit the form, this product will be available for this shop too.'));
return;
}
// Product for multishop
$this->context->smarty->assign('bullet_common_field', '');