// Stock
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9971 b9a71923-0436-4b27-9f14-aed3839534dd
@@ -24,4 +24,4 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<a href="{$href}">
|
||||
<img src="../img/admin/arrow_up.png" alt="{$action}" title="{$action}" /></a>
|
||||
<img src="../img/admin/add_stock.png" alt="{$action}" title="{$action}" /></a>
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<a href="{$href}">
|
||||
<img src="../img/admin/arrow_down.png" alt="{$action}" title="{$action}" /></a>
|
||||
<img src="../img/admin/remove_stock.png" alt="{$action}" title="{$action}" /></a>
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<a href="{$href}">
|
||||
<img src="../img/admin/arrow-right.png" alt="{$action}" title="{$action}" /></a>
|
||||
<img src="../img/admin/transfer_stock.png" alt="{$action}" title="{$action}" /></a>
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
After Width: | Height: | Size: 796 B |
|
After Width: | Height: | Size: 755 B |
|
After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 622 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 416 B |