[Koha-bugs] [Bug 21136] Error "No property select_city for Koha::Patron" when saving patron record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 1 15:00:58 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 77362
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77362&action=edit
Bug 21136: Fix add/edit patron when cities are defined

Same as bug 21085.

When cities are defined, there is a select with name="select_city" added
to the DOM and its value will be passed to memberentry.pl
We must remove it from the attribute list before creating the
Koha::Patron object

No property select_city for Koha::Patron at
/usr/share/perl5/Exception/Class/Base.pm line 73

Test plan:
Define cities
Add or edit a patron, save

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list