From dc4978ff57863dbcc79617075bb00f267c383c18 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Mon, 19 Aug 2013 10:28:02 +0200 Subject: [PATCH] [-] BO : FixBug valuation and real quantity sort --- 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 a3db14452..da2f66f80 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 quantity (usable) - Client orders + Supply Orders'), ),