From: Owen Leonard Date: Thu, 8 Jun 2017 16:01:32 +0000 (+0000) Subject: Bug 15644 - City dropdown default selection when modifying a patron matches only... X-Git-Tag: v16.11.14~36 X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=77db31a583ecb6bcb86b0f44b8108c10efd46fc9 Bug 15644 - City dropdown default selection when modifying a patron matches only on city This patch modifies the include files which contain the form fields for city, state, zipcode, etc. shown on the patron entry screen. The files are modified so that the city/state/zip [% FOREACH c IN cities %] - [% IF c.city_name == city %] + [% IF c.city_name == city && c.city_state == state && c.city_zipcode == zipcode %]