Bugzilla – Attachment 97741 Details for
Bug 24481
Incorrect permission in admin/cash_registers.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24481: Permissions update for POS menu include
Bug-24481-Permissions-update-for-POS-menu-include.patch (text/plain), 1.33 KB, created by
Martin Renvoize (ashimema)
on 2020-01-22 14:51:19 UTC
(
hide
)
Description:
Bug 24481: Permissions update for POS menu include
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-01-22 14:51:19 UTC
Size:
1.33 KB
patch
obsolete
>From 13a930e95838aca7fc3ec8ef54cc73a0f300dbd4 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 22 Jan 2020 14:46:20 +0000 >Subject: [PATCH] Bug 24481: Permissions update for POS menu include > >This patch updates the point of sale menu include to reflect the updated >permissions name for cash registers > >Note: Not required for 19.11 >--- > koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc >index d551d7e538..89b1a3a914 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc >@@ -1,9 +1,9 @@ > <div id="navmenu"> > <div id="navmenulist"> >- [% IF ( CAN_user_cash_management_manage_cash_registers || CAN_user_parameters_manage_auth_values) %] >+ [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %] > <h5>Administration</h5> > <ul> >- [% IF ( CAN_user_cash_management_manage_cash_registers ) %] >+ [% IF ( CAN_user_parameters_manage_cash_registers ) %] > <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Cash registers</a></li> > [% END %] > >-- >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 24481
:
97731
|
97734
|
97738
|
97739
|
97740
|
97741
|
97756
|
97757
|
97758
|
97759
|
97760