// Fixed #PSTEST-484
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12506 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -3549,7 +3549,7 @@ class AdminProductsControllerCore extends AdminController
|
||||
}
|
||||
|
||||
if (!Warehouse::getPackWarehouses((int)$obj->id))
|
||||
$this->displayWarning($this->l('You have to have a common warehouse between this pack and its products because .'));
|
||||
$this->displayWarning($this->l('You must have a common warehouse between this pack and its product.'));
|
||||
}
|
||||
|
||||
$data->assign(array(
|
||||
|
||||
Reference in New Issue
Block a user