Order copy locations by name by default; useful for shelving location filter in advan...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 6 Jul 2009 03:09:48 +0000 (03:09 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 6 Jul 2009 03:09:48 +0000 (03:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13509 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm

index a9d601b..9439aec 100644 (file)
@@ -449,6 +449,7 @@ sub ranged_asset_copy_location {
                   FROM  $ctable c
                         JOIN $descendants d
                                 ON (d.id = c.owning_lib)
+                 ORDER BY name
        SQL
         
         my $sth = asset::copy_location->db_Main->prepare($sql);