Bug 25914

Summary: Relative's checkouts have empty title in OPAC
Product: Koha Reporter: Kyle M Hall <kyle>
Component: OPACAssignee: Kyle M Hall <kyle>
Status: CLOSED FIXED QA Contact: Alex Arnaud <alex.arnaud>
Severity: normal    
Priority: P5 - low CC: aleisha, alex.arnaud, jonathan.druart, lucas, victor
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00, 20.05.02, 19.11.09
Bug Depends on: 14570    
Bug Blocks:    
Attachments: Bug 25914: Fix incorrect variable name causing relative's checkouts column to be empty in OPAC
Bug 25914: Fix incorrect variable name causing relative's checkouts column to be empty in OPAC
Bug 25914: Fix incorrect variable name causing relative's checkouts column to be empty in OPAC

Description Kyle M Hall 2020-07-02 12:32:33 UTC
In the OPAC, the title column in the relatives checkouts table is always empty.
Comment 1 Kyle M Hall 2020-07-02 12:35:59 UTC
Created attachment 106472 [details] [review]
Bug 25914: Fix incorrect variable name causing relative's checkouts column to be empty in OPAC

In the OPAC, the title column in the relatives checkouts table is always empty.

Test Plan:
1) Enable viewing of relative's checkouts in OPAC
2) Check some items out to a patron
3) Log into the OPAC as a relative of that patron that should be able to
   view them
4) Note the title column is empty in the relative's checkouts tab
5) Apply this patch
6) Reload the page
7) Titles should appear in the title column!
Comment 2 Owen Leonard 2020-07-02 17:55:11 UTC
Created attachment 106478 [details] [review]
Bug 25914: Fix incorrect variable name causing relative's checkouts column to be empty in OPAC

In the OPAC, the title column in the relatives checkouts table is always empty.

Test Plan:
1) Enable viewing of relative's checkouts in OPAC
2) Check some items out to a patron
3) Log into the OPAC as a relative of that patron that should be able to
   view them
4) Note the title column is empty in the relative's checkouts tab
5) Apply this patch
6) Reload the page
7) Titles should appear in the title column!

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Alex Arnaud 2020-07-03 14:05:16 UTC
Created attachment 106516 [details] [review]
Bug 25914: Fix incorrect variable name causing relative's checkouts column to be empty in OPAC

In the OPAC, the title column in the relatives checkouts table is always empty.

Test Plan:
1) Enable viewing of relative's checkouts in OPAC
2) Check some items out to a patron
3) Log into the OPAC as a relative of that patron that should be able to
   view them
4) Note the title column is empty in the relative's checkouts tab
5) Apply this patch
6) Reload the page
7) Titles should appear in the title column!

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Comment 4 Jonathan Druart 2020-07-09 10:02:22 UTC
Caused by
  commit 109334102fbb29c60fa9a7a762c5e68f4b2ce0be
  Bug 14570: Make it possible to add multiple guarantors to a record
Comment 5 Jonathan Druart 2020-07-09 10:06:20 UTC
Pushed to master for 20.11, thanks to everybody involved!
Comment 6 Lucas Gass 2020-07-22 18:44:49 UTC
backported to 20.05.x for 20.05.02
Comment 7 Aleisha Amohia 2020-08-03 07:34:57 UTC
backported to 19.11.x for 19.11.09
Comment 8 Victor Grousset/tuxayo 2020-08-04 12:43:33 UTC
Missing dependencies for 19.05.x, can't backport.