// Improve stock managemetn and advanced stock management options and tab display on product admin interface

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11059 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-12-08 16:26:07 +00:00
parent 48b1d3b983
commit 774533dc94
2 changed files with 17 additions and 10 deletions
@@ -74,7 +74,8 @@ class AdminPPreferencesControllerCore extends AdminController
'validation' => 'isBool',
'cast' => 'intval',
'required' => false,
'type' => 'bool'
'type' => 'bool',
'visibility' => Shop::CONTEXT_ALL
),
'PS_DISPLAY_QTIES' => array(
'title' => $this->l('Display available quantities on product page:'),