// Stock Cover : added information when products has combinations
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9953 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -181,6 +181,8 @@ class AdminStockCoverControllerCore extends AdminController
|
||||
// removes 'details' action on products without attributes
|
||||
$this->addRowActionSkipList('details', array($item['id']));
|
||||
}
|
||||
else
|
||||
$item['stock'] = 'See details';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user