[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
Fri May 25 21:10:34 CEST 2018


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

Charles Farmer <charles.farmer at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75350|0                           |1
        is obsolete|                            |

--- Comment #8 from Charles Farmer <charles.farmer at inlibro.com> ---
Created attachment 75568
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75568&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.

Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>

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


More information about the Koha-bugs mailing list