Summary: | Error "No property select_city for Koha::Patron" when saving patron record | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Patrons | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | critical | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21085 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 20287 | ||
Bug Blocks: | |||
Attachments: |
Bug 21136: Fix add/edit patron when cities are defined
Bug 21136: Fix add/edit patron when cities are defined Bug 21136: Fix add/edit patron when cities are defined |
Description
Owen Leonard
2018-08-01 12:52:38 UTC
Created attachment 77362 [details] [review] 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 Created attachment 77366 [details] [review] 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 Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 77374 [details] [review] 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 Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master. Thanks all! Depends on (and is caused by) but 20287 which is not in 18.05.x series. |