Bugzilla – Attachment 95709 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 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 prefere
Bug-24056--Capitalization-Cash-Register-ID-on-cash.patch (text/plain), 1.65 KB, created by
PTFS Europe Sandboxes
on 2019-11-22 04:51:43 UTC
(
hide
)
Description:
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 prefere
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2019-11-22 04:51:43 UTC
Size:
1.65 KB
patch
obsolete
>From 6e778e9ed4ba3d6af61de922978cae01051ebd32 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. > >https://bugs.koha-community.org/show_bug.cgi?id=6473 > >Signed-off-by: George Williams <george@nekls.org> >--- > 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