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

This commit is contained in:
dSevere
2011-12-08 16:26:07 +00:00
parent 8daa8377d2
commit 83cae5d2f3
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:'),