Bugzilla – Attachment 97930 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.60 KB, created by
David Roberts
on 2020-01-24 23:25:49 UTC
(
hide
)
Description:
Bug 24490: Clarify wording and function of Purchase Items link on POS
Filename:
MIME Type:
Creator:
David Roberts
Created:
2020-01-24 23:25:49 UTC
Size:
1.60 KB
patch
obsolete
>From 96628b93a8af277e22a253e00cd7162054a8db41 Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Fri, 24 Jan 2020 23:23:51 +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. >--- > 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 580d3a3b00..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">Configure 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">Configure Items for Purchase</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