[Koha-patches] [PATCH] [followup](bug #3505) order collections by alphabetical order

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Aug 26 01:44:33 CEST 2009


From: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>

---
 cataloguing/value_builder/unimarc_field_225a.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cataloguing/value_builder/unimarc_field_225a.pl b/cataloguing/value_builder/unimarc_field_225a.pl
index d42aa63..1a86819 100755
--- a/cataloguing/value_builder/unimarc_field_225a.pl
+++ b/cataloguing/value_builder/unimarc_field_225a.pl
@@ -138,8 +138,8 @@ sub plugin {
             push @collections, $col;
         }
             
-    }
-
+    } 
+    @collections = sort @collections;
     #	my @collections = ["test"];
     my $collection = CGI::scrolling_list(
         -name     => 'f1',
-- 
1.6.0.4




More information about the Koha-patches mailing list