// AdminController refactoring

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9825 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-03 11:12:18 +00:00
parent 292c68ed51
commit a6367738ca
11 changed files with 68 additions and 66 deletions
@@ -52,7 +52,7 @@ class AdminStockMvtControllerCore extends AdminController
'align' => 'center',
'type' => 'select',
'filter_key' => 'a!sign',
'select' => array(
'list' => array(
'1' => $this->l('Increment'),
'-1' => $this->l('Decrement'),
),