Bug 15655 - Do not display patron information on biblio detail page if not allowed
Summary: Do not display patron information on biblio detail page if not allowed
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
: 39430 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-01-25 14:51 UTC by Marc Véron
Modified: 2025-03-24 03:03 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Véron 2016-01-25 14:51:35 UTC
Staff members should have at least 'circulate_remaining_permissions' to display patron information (as with Bug 14244). 
However, the biblio detail page (cgi-bin/koha/catalogue/detail.pl) displays in the 'Holdings' tab, column 'Status' information like: 'Currently in local use by Edna Acosta : due 11/12/2015 23:59', and the link on the patron's name leads to the "No permission" page. 
This information should not display if 'circulate_remaining_permissions' is not set.
Comment 1 Katrin Fischer 2019-02-10 21:10:24 UTC
I am not sure if it should be the circulation permission.
I think borrowers or a new sub permission to borrowers would make sense. It already has a sub permission now for viewing other libraries patrons.
Comment 2 David Cook 2025-03-24 02:59:34 UTC
*** Bug 39430 has been marked as a duplicate of this bug. ***
Comment 3 David Cook 2025-03-24 03:02:26 UTC
I reckon we need to do something about this.

Personally, I think a circ desk clerk could look up a patron and check out to them, but I don't think they need to know the circulation history for that patron (at least in some library environments).
Comment 4 David Cook 2025-03-24 03:03:08 UTC
(In reply to Katrin Fischer from comment #1)
> I am not sure if it should be the circulation permission.
> I think borrowers or a new sub permission to borrowers would make sense. It
> already has a sub permission now for viewing other libraries patrons.

Note that "Checkout history" doesn't fully work with "viewing other libraries patrons" (see bug 39429)