From 32eba1cf1b496942d47f04dd17cfd9e491bc2b5a Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 4 Jun 2009 19:44:52 +0000 Subject: [PATCH] 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 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm index ff133627c1..0cccf4651e 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Zips.pm @@ -38,6 +38,7 @@ sub initialize { stateid => $items[5], county => $items[6], areacode => $items[7], + alert => $items[8] }; next unless $items[4] eq '1'; -- 2.11.0