[Koha-bugs] [Bug 3886] Can't print receipt w/out allowing "Add or modify borrowers" permission

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 16 02:50:48 CEST 2018


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

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 75350
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75350&action=edit
Bug 3886: Fix mismatch of required permissions for printing slips

- Print summary (summary-print.pl)
- Print quick slip (printslip.pl)
- Print slip (printslip.pl)
- Print overdues (print_overdues.pl)

Perl scripts all require circulate_remaining_permissions, while
in the template we were checking for edit_borrowers.

Now the print pull down will only be visible if the patron has
circulate or circulate_remaining_permissions.

To test:
- Verify that printing the listed slips works for staff users
  with either circulate or circulate_remaining_permissions
  and without edit_borrowers.

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


More information about the Koha-bugs mailing list