// Disabled some filters
This commit is contained in:
@@ -71,7 +71,7 @@ class AdminStockInstantStateControllerCore extends AdminController
|
||||
'valuation' => array(
|
||||
'title' => $this->l('Valuation'),
|
||||
'width' => 150,
|
||||
'orderby' => true,
|
||||
'orderby' => false,
|
||||
'search' => false,
|
||||
'type' => 'price',
|
||||
'currency' => true,
|
||||
@@ -92,7 +92,7 @@ class AdminStockInstantStateControllerCore extends AdminController
|
||||
'real_quantity' => array(
|
||||
'title' => $this->l('Real quantity'),
|
||||
'width' => 80,
|
||||
'orderby' => true,
|
||||
'orderby' => false,
|
||||
'search' => false,
|
||||
'hint' => $this->l('Pysical qty (usable) - Clients orders + Supply Orders'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user