// #PSFV-94 : add state management on orders + bugs fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9754 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -858,7 +858,7 @@ class AdminStockManagementControllerCore extends AdminController
|
||||
{
|
||||
// try to load product attribute
|
||||
$combination = new Combination($id_product_attribute);
|
||||
if (is_int($combination->id))
|
||||
if (Validate::isLoadedObject($combination))
|
||||
{
|
||||
$product_is_valid = true;
|
||||
$id_product = $combination->id_product;
|
||||
|
||||
Reference in New Issue
Block a user