From 6b3fb64cb859a0ff07e788a60cf0f07ae1e1be35 Mon Sep 17 00:00:00 2001 From: bMancone Date: Mon, 5 Mar 2012 19:33:24 +0000 Subject: [PATCH] // Disabled some filters --- controllers/admin/AdminStockInstantStateController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/admin/AdminStockInstantStateController.php b/controllers/admin/AdminStockInstantStateController.php index 9890459ca..fd8ab2972 100644 --- a/controllers/admin/AdminStockInstantStateController.php +++ b/controllers/admin/AdminStockInstantStateController.php @@ -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'), ),