[open-ils-commits] r13318 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Search (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jun 4 15:44:56 EDT 2009
Author: erickson
Date: 2009-06-04 15:44:52 -0400 (Thu, 04 Jun 2009)
New Revision: 13318
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm
Log:
added an 'alert' field to the end of the zip code database. the purpose for now is to alert staff in the user editor when said post code is entered
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm 2009-06-04 17:46:08 UTC (rev 13317)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm 2009-06-04 19:44:52 UTC (rev 13318)
@@ -38,6 +38,7 @@
stateid => $items[5],
county => $items[6],
areacode => $items[7],
+ alert => $items[8]
};
next unless $items[4] eq '1';
More information about the open-ils-commits
mailing list