Summary: | [17.11] Borrower address not shown on reserve pop-up on returns.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Circulation | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, jonathan.druart, kyle.m.hall, tomascohen |
Version: | 17.11 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 17829 | ||
Bug Blocks: | |||
Attachments: |
Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl
Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl |
Description
Nick Clemens (kidclamp)
2018-06-29 12:27:29 UTC
Created attachment 76562 [details] [review] Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl Caused by commit 2b90ea2cb0e5e976de7ddef0151ae83d8ac578e6 Bug 17829: Move GetMember to Koha::Patron address variable has been replaced by boraddress (wrong resolution conflict?) It does not affect master (thanks bug 18789) Test plan: Confirm the address of the patron with a hold placed on the item is now displayed when this item is checked in Created attachment 76602 [details] [review] Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl Caused by commit 2b90ea2cb0e5e976de7ddef0151ae83d8ac578e6 Bug 17829: Move GetMember to Koha::Patron address variable has been replaced by boraddress (wrong resolution conflict?) It does not affect master (thanks bug 18789) Test plan: Confirm the address of the patron with a hold placed on the item is now displayed when this item is checked in Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 76642 [details] [review] Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl Caused by commit 2b90ea2cb0e5e976de7ddef0151ae83d8ac578e6 Bug 17829: Move GetMember to Koha::Patron address variable has been replaced by boraddress (wrong resolution conflict?) It does not affect master (thanks bug 18789) Test plan: Confirm the address of the patron with a hold placed on the item is now displayed when this item is checked in Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to 17.11.x for 17.11.08 Ticky dependancy bug ;) |