Bugzilla – Attachment 120003 Details for
Bug 27811
Manage patrons fines and fees (updatecharges) subpermissions shows links/buttons that cannot be accessed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27811: Hide the Accounting tab if needed
Bug-27811-Hide-the-Accounting-tab-if-needed.patch (text/plain), 1.33 KB, created by
Jonathan Druart
on 2021-04-22 12:25:53 UTC
(
hide
)
Description:
Bug 27811: Hide the Accounting tab if needed
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-04-22 12:25:53 UTC
Size:
1.33 KB
patch
obsolete
>From ba34c94c08583ceb28a7bc678237628bf5248cbf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 22 Apr 2021 14:23:05 +0200 >Subject: [PATCH] Bug 27811: Hide the Accounting tab if needed > >Same as the previous patch for the "Accounting" tab of the circulation >module. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index 27b4783e8e..824c1c9798 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -132,7 +132,7 @@ > [% IF CAN_user_borrowers_edit_borrowers %] > [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">Details</a></li> > [% END %] >- [% IF ( CAN_user_updatecharges ) %] >+ [% IF ( CAN_user_updatecharges_remaining_permissions ) %] > [% IF ( finesview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Accounting</a></li> > [% END %] > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] >-- >2.20.1
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 27811
:
120002
|
120003
|
120303
|
120304