From c4fd47fbffd6244aab7e44ca27d8a2a6a2dad97a Mon Sep 17 00:00:00 2001 From: Grace Smyth Date: Wed, 17 Jan 2018 03:46:37 +0000 Subject: [PATCH] Bug 10943: Manage files without borrowers permission Test Plan: - If the patch is correctly applied then the fines tab should be present without the 'borrowers' permission as long as it has the update charges permission --- members/pay.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/pay.pl b/members/pay.pl index a248db0..30a0568 100755 --- a/members/pay.pl +++ b/members/pay.pl @@ -54,7 +54,7 @@ our ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => 'intranet', authnotrequired => 0, - flagsrequired => { borrowers => 1, updatecharges => $updatecharges_permissions }, + flagsrequired => { updatecharges => $updatecharges_permissions }, debug => 1, } ); -- 2.1.4