[followup](bug #3505) order collections by alphabetical order
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Thu, 6 Aug 2009 13:06:08 +0000 (15:06 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:30 +0000 (23:19 +0200)
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.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',