added an 'alert' field to the end of the zip code database. the purpose for now...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 4 Jun 2009 19:44:52 +0000 (19:44 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 4 Jun 2009 19:44:52 +0000 (19:44 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13318 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm

index ff13362..0cccf46 100644 (file)
@@ -38,6 +38,7 @@ sub initialize {
                        stateid => $items[5],
                        county  => $items[6],
                        areacode        => $items[7],
+            alert   => $items[8]
                };
 
                next unless $items[4] eq '1';