Bug 19416 - Make it possible to hide "Show checkouts to guarantor" on patron's detail page in staff
Summary: Make it possible to hide "Show checkouts to guarantor" on patron's detail pag...
Status: RESOLVED DUPLICATE of bug 19818
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2017-10-05 14:23 UTC by Katrin Fischer
Modified: 2018-01-08 00:33 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2017-10-05 14:23:58 UTC
When looking at the detail page of a patron in the staff client, there is a new entry with 16.11:

 416     <li>
 417         <span class="label">Show checkouts to guarantor</span>
 418         [% IF privacy_guarantor_checkouts %]
 419             Yes
 420         [% ELSE %]
 421             No
 422         [% END %]
 423     </li>

This is confusing to some libraries that have never used the functionality to link patrons. 

I remember that we discussed not hiding it so people can know that this option has been set, even when it is turned off. I suggest a small change:

Only show the entry on the patron detail page if the answer is "Yes". 

Also: Adding a class/id to it.
Comment 1 Aleisha Amohia 2018-01-08 00:33:15 UTC
I think this would be fixed with a patch for Bug 19818. I'll mark this one as a duplicate because I'm hoping to get a patch for the other one in this years academy. :)

*** This bug has been marked as a duplicate of bug 19818 ***