Summary: | Library is no longer displayed in the overdue list | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart+koha> |
Component: | Circulation | Assignee: | Jonathan Druart <jonathan.druart+koha> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle.m.hall, martin.renvoize, nick, pierre-marc.thibault |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15139 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Bug Depends on: | 18789 | ||
Bug Blocks: | 15139, 21464 | ||
Attachments: |
Bug 21463: (bug 18789 follow-up) Fix library display on the overdue list view
Bug 21463: (bug 18789 follow-up) Fix library display on the overdue list view Bug 21463: (bug 18789 follow-up) Fix library display on the overdue list view |
Description
Jonathan Druart
2018-10-01 16:41:56 UTC
Created attachment 79745 [details] [review] Bug 21463: (bug 18789 follow-up) Fix library display on the overdue list view branchcode is no longer retrieved from the SQL query, we should use the Koha::Patron object instead. Test plan: Create some overdues and list them on Home › Circulation › Overdues => With this patch applied you should see that the "Library" column is correctly filled with the patron's library name Created attachment 80150 [details] [review] Bug 21463: (bug 18789 follow-up) Fix library display on the overdue list view branchcode is no longer retrieved from the SQL query, we should use the Koha::Patron object instead. Test plan: Create some overdues and list them on Home › Circulation › Overdues => With this patch applied you should see that the "Library" column is correctly filled with the patron's library name Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> Created attachment 80166 [details] [review] Bug 21463: (bug 18789 follow-up) Fix library display on the overdue list view branchcode is no longer retrieved from the SQL query, we should use the Koha::Patron object instead. Test plan: Create some overdues and list them on Home › Circulation › Overdues => With this patch applied you should see that the "Library" column is correctly filled with the patron's library name Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Awesome work all! Pushed to master for 18.11 Pushed to 18.05.x for 18.05.05 |