From: erickson Date: Thu, 4 Jun 2009 19:44:52 +0000 (+0000) Subject: added an 'alert' field to the end of the zip code database. the purpose for now... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=32eba1cf1b496942d47f04dd17cfd9e491bc2b5a;p=Evergreen.git 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 --- 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';