Bugzilla – Attachment 95745 Details for
Bug 24056
Capitalization: Cash Register ID on cash register management page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24056: Capitalization: Cash Register ID on cash register management page
Bug-24056-Capitalization-Cash-Register-ID-on-cash-.patch (text/plain), 1.65 KB, created by
Katrin Fischer
on 2019-11-22 21:11:51 UTC
(
hide
)
Description:
Bug 24056: Capitalization: Cash Register ID on cash register management page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-11-22 21:11:51 UTC
Size:
1.65 KB
patch
obsolete
>From 2cacbec0e9cd4081662886d5b488db449261538e Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisetteslatah@gmail.com> >Date: Tue, 19 Nov 2019 18:15:17 +0000 >Subject: [PATCH] Bug 24056: Capitalization: Cash Register ID on cash register > management page > >When editing a cash register, Cash register ID doesn't follow >our capitalization guidelines. This patch fixes that. > >To Test: >1) Turn on cash register usage in the system preferences. >2) Add a cash register. >3) Edit the cash register. >4) Note the incorrect capitalization. >5) Apply the patch. >6) Edit the cash register. >7) Note the correct capitalization. > >Signed-off-by: George Williams <george@nekls.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >index ea5ff903c9..6a737c9e16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >@@ -67,7 +67,7 @@ > <ol> > [% IF cash_register %] > <li> >- <span class="label">Cash Register ID: </span>[% cash_register.id | html %] >+ <span class="label">Cash register ID: </span>[% cash_register.id | html %] > <input type="hidden" name="id" value="[% cash_register.id | html %]" /> > </li> > [% 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 24056
:
95587
|
95709
| 95745