// Stock
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9971 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user