diff --git a/Layout/default/Order/Index.php b/Layout/default/Order/Index.php index 95300f57a..08839a84f 100644 --- a/Layout/default/Order/Index.php +++ b/Layout/default/Order/Index.php @@ -1,3 +1,15 @@ + $net) { + $sorted_networks[$net->name] = $id; + } + } + ksort($sorted_networks); + $mynetworks = $sorted_networks; + +?> @@ -29,8 +41,8 @@
@@ -977,7 +989,7 @@ }); }); - sortSelect(document.getElementById("filter_network_id")); + //sortSelect(document.getElementById("filter_network_id")); var order; var hash = window.location.hash.substr(1);