Bugzilla – Attachment 97161 Details for
Bug 24394
Typo when adding a new cash register
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24394: Typo when adding a new cash register
Bug-24394-Typo-when-adding-a-new-cash-register.patch (text/plain), 1.64 KB, created by
Jonathan Druart
on 2020-01-10 08:42:38 UTC
(
hide
)
Description:
Bug 24394: Typo when adding a new cash register
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-10 08:42:38 UTC
Size:
1.64 KB
patch
obsolete
>From 9cc9350ea727fa619f539cd1c09e6942783b649a Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 9 Jan 2020 14:52:24 -0500 >Subject: [PATCH] Bug 24394: Typo when adding a new cash register > >This patch corrects a typo in the cash register template. > >To test: >1) Go to Administration > Global system preferences >2) Search for UseCashRegisters >3) Enable UseCashRegisters and save >4) Go to Administration > Cash registers >5) Click on 'New cash register' >6) Notice the title says 'Add new cash_register' >7) Apply patch >8) Refresh and notice it now says 'Add new cash register' > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.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 6a737c9e16..fa872b50d2 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 >@@ -59,7 +59,7 @@ > [% END %] > > [% IF op == 'add_form' %] >- <h3>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash_register[% END %]</h3> >+ <h3>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h3> > <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post"> > > <fieldset class="rows"> >-- >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 24394
:
97141
|
97142
| 97161