[Koha-bugs] [Bug 30230] Search for patrons in checkout should not require edit_borrowers permission

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 9 00:48:41 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30230

--- Comment #69 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Hi :) change needed when bug 35517 (passed QA) is pushed to master (so soon
unless a surprise comes up):

Look at the patch:
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160671&action=diff

The change should be:
[% ELSIF ( CAN_user_borrowers_edit_borrowers ) %]
↓↓
[% ELSIF ( CAN_user_borrowers_edit_borrowers ) || (
CAN_user_borrowers_list_borrowers ) %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list