Bugzilla – Attachment 98358 Details for
Bug 24490
Clarify wording and function of Purchase Items link on POS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24490: Clarify wording and function of Purchase Items link on POS
Bug-24490-Clarify-wording-and-function-of-Purchase.patch (text/plain), 1.70 KB, created by
Katrin Fischer
on 2020-02-04 06:59:42 UTC
(
hide
)
Description:
Bug 24490: Clarify wording and function of Purchase Items link on POS
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-02-04 06:59:42 UTC
Size:
1.70 KB
patch
obsolete
>From 93e5d5bd0d0852885d6a66ce9d385fa0fd4f5a0f Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Mon, 27 Jan 2020 15:41:32 +0000 >Subject: [PATCH] Bug 24490: Clarify wording and function of Purchase Items > link on POS > >This patch changes the wording of the links on the POS side menu > >To test: > >1) Apply the patch >2) Check that the links on the left hand side of the screen read "Configure cash registers" and "Configure items for purchase" >3) Click both links to ensure you are taken to the relevant config pages. > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 89b1a3a914..fc8e502f5c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc >@@ -4,11 +4,11 @@ > <h5>Administration</h5> > <ul> > [% IF ( CAN_user_parameters_manage_cash_registers ) %] >- <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Cash registers</a></li> >+ <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Configure cash registers</a></li> > [% END %] > > [% IF ( CAN_user_parameters_manage_accounts ) %] >- <li><a href="/cgi-bin/koha/admin/debit_types.pl">Purchase items</a></li> >+ <li><a href="/cgi-bin/koha/admin/debit_types.pl">Configure items for purchase</a></li> > [% END %] > </ul> > [% 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 24490
:
97872
|
97879
|
97930
|
97979
|
97985
|
97992
| 98358