From 9a347ce0385de7e81a69048ab5483bb9d62230ba Mon Sep 17 00:00:00 2001
From: MJ Ray <mjr@phonecoop.coop>
Date: Fri, 27 Jul 2012 16:57:38 +0100
Subject: [PATCH] Add Street Address searchfields set to patrons search header widget

http://bugs.koha-community.org/show_bug.cgi?id=8516
---
 .../prog/en/includes/patron-search.inc             |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
index 2749309..27405e6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
@@ -16,6 +16,7 @@
           <option value='email,emailpro,B_email,'>Email</option>
           <option value='borrowernumber'>Borrower number</option>
           <option value='phone,phonepro,B_phone,altcontactphone,mobile'>Phone number</option>
+          <option value='streettype,address,address2,city,state,zipcode,country'>Street Address</option>
       </select>
 
     <label for="orderby">Order by:</label>
-- 
1.7.2.5