git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9971 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-08 16:02:08 +00:00
parent 7f117d226f
commit ed01281fca
9 changed files with 20 additions and 5 deletions
+17 -2
View File
@@ -55,8 +55,8 @@ class AdminStockMvtControllerCore extends AdminController
'-1' => $this->l('Decrement'),
),
'icon' => array(
-1 => 'arrow_down.png',
1 => 'arrow_up.png'
-1 => 'remove_stock.png',
1 => 'add_stock.png'
),
'orderby' => false
),
@@ -217,6 +217,21 @@ class AdminStockMvtControllerCore extends AdminController
'width' => 200,
'havingFilter' => true
),
'sign' => array(
'title' => $this->l('Sign'),
'width' => 100,
'align' => 'center',
'type' => 'select',
'filter_key' => 'a!sign',
'list' => array(
'1' => $this->l('Increment'),
'-1' => $this->l('Decrement'),
),
'icon' => array(
-1 => 'remove_stock.png',
1 => 'add_stock.png'
),
),
'physical_quantity' => array(
'title' => $this->l('Quantity'),
'width' => 40,