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'), ),