From 2481b999a553fa361ff5dcc4f3b2ec40e601ffc4 Mon Sep 17 00:00:00 2001 From: Shreesh Arora Date: Mon, 20 May 2024 12:12:09 +0530 Subject: [PATCH] Removed: Order Currency filter was added multiple time in admin orders page --- controllers/admin/AdminOrdersController.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/controllers/admin/AdminOrdersController.php b/controllers/admin/AdminOrdersController.php index 9c6d1fe61..d81ffe177 100644 --- a/controllers/admin/AdminOrdersController.php +++ b/controllers/admin/AdminOrdersController.php @@ -285,11 +285,6 @@ public function __construct() 'payment' => array( 'title' => $this->l('Payment') ), - 'currency' => array( - 'title' => $this->l('Order Currency'), - 'hint' => $this->l('This is the currency in which customer created the order.'), - 'havingFilter' => true, - ), 'order_source' => array( 'title' => $this->l('Order Source'), 'type' => 'select',