| Summary: | Checkout status not showing patron | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Stefan Berndtsson <stefan.berndtsson> |
| Component: | Cataloging | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Josef Moravec <josef.moravec> |
| Severity: | major | ||
| Priority: | P5 - low | CC: | fridolin.somers, glasklas, jonathan.druart, josef.moravec, m.de.rooy, martin.renvoize, nick |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 18403 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 20928: Fix regression - display patron's info on moredetail if item is checked out
Bug 20928: Fix regression - display patron's info on moredetail if item is checked out Bug 20928: Fix regression - display patron's info on moredetail if item is checked out |
||
|
Description
Stefan Berndtsson
2018-06-13 07:52:02 UTC
Caused by commit 5f80977875ff124d411f2cd89de4a944fa9c27af Bug 18403: Use patron-title.inc when hidepatronname is used Created attachment 76058 [details] [review] Bug 20928: Fix regression - display patron's info on moredetail if item is checked out This patch is a follow-up of commit 5f80977875ff124d411f2cd89de4a944fa9c27af Bug 18403: Use patron-title.inc when hidepatronname is used Test plan: - Check an item out - Go on the moredetail.pl page of this biblio record Home › Catalog › Item details for your biblio - Confirm that you see: "Checkout status: Checked out to" followed by the patron's info Created attachment 76105 [details] [review] Bug 20928: Fix regression - display patron's info on moredetail if item is checked out This patch is a follow-up of commit 5f80977875ff124d411f2cd89de4a944fa9c27af Bug 18403: Use patron-title.inc when hidepatronname is used Test plan: - Check an item out - Go on the moredetail.pl page of this biblio record Home › Catalog › Item details for your biblio - Confirm that you see: "Checkout status: Checked out to" followed by the patron's info Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> Followed the test plan and it works. Created attachment 76138 [details] [review] Bug 20928: Fix regression - display patron's info on moredetail if item is checked out This patch is a follow-up of commit 5f80977875ff124d411f2cd89de4a944fa9c27af Bug 18403: Use patron-title.inc when hidepatronname is used Test plan: - Check an item out - Go on the moredetail.pl page of this biblio record Home › Catalog › Item details for your biblio - Confirm that you see: "Checkout status: Checked out to" followed by the patron's info Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> Followed the test plan and it works. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Awesome work all! Pushed to master for 18.11.x Pushed to 18.05.x for 18.05.02 |