From 78e06db0ad2c61a8aa5d1d1a9aaf17b63413a3c3 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Wed, 1 Dec 2021 09:58:03 +0100 Subject: [PATCH] Fixed sorted networks in Order filter --- Layout/default/Order/Index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Layout/default/Order/Index.php b/Layout/default/Order/Index.php index 08839a84f..5d3170055 100644 --- a/Layout/default/Order/Index.php +++ b/Layout/default/Order/Index.php @@ -7,7 +7,6 @@ } } ksort($sorted_networks); - $mynetworks = $sorted_networks; ?> @@ -41,7 +40,7 @@