(bug #3505) order collections by alphabetical order
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Tue, 25 Aug 2009 23:44:33 +0000 (01:44 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:06 +0000 (11:30 +0200)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
cataloguing/value_builder/unimarc_field_225a.pl

index d42aa63..1a86819 100755 (executable)
@@ -138,8 +138,8 @@ sub plugin {
             push @collections, $col;
         }
             
-    }
-
+    } 
+    @collections = sort @collections;
     #  my @collections = ["test"];
     my $collection = CGI::scrolling_list(
         -name     => 'f1',