Bugzilla – Attachment 89604 Details for
Bug 22724
Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22724: (QA follow-up) Fix permission when using the individual writeoff button
Bug-22724-QA-follow-up-Fix-permission-when-using-t.patch (text/plain), 1.01 KB, created by
Katrin Fischer
on 2019-05-11 13:13:02 UTC
(
hide
)
Description:
Bug 22724: (QA follow-up) Fix permission when using the individual writeoff button
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-05-11 13:13:02 UTC
Size:
1.01 KB
patch
obsolete
>From 3331eee1c01ceb7baf7a3103ab51718912f75ad3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 11 May 2019 13:09:42 +0000 >Subject: [PATCH] Bug 22724: (QA follow-up) Fix permission when using the > individual writeoff button > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index b65d0c4d99..7cd3acd977 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -132,7 +132,7 @@ > </form> > [% ELSIF ( writeoff_individual ) %] > >- [% IF CAN_user_updatecharges_writeoff %] >+ [% IF !CAN_user_updatecharges_writeoff %] > <p class="alert">You do not have the permissions required to write off this charge.</p> > [% END %] > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22724
:
89457
|
89475
|
89482
|
89485
|
89602
|
89603
|
89604
|
89826
|
89827
|
89878
|
89879
|
90153