Bugzilla – Attachment 120728 Details for
Bug 28266
Misspelled word: recieved in cashup confirmation pop-up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28266: fix spelling mistake on registers.tt
Bug-28266-fix-spelling-mistake-on-registerstt.patch (text/plain), 1.52 KB, created by
Katrin Fischer
on 2021-05-09 10:20:47 UTC
(
hide
)
Description:
Bug 28266: fix spelling mistake on registers.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-05-09 10:20:47 UTC
Size:
1.52 KB
patch
obsolete
>From 925ee9527f11415238f3ee2adf3a007ae1e1983f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 30 Apr 2021 21:40:17 +0000 >Subject: [PATCH] Bug 28266: fix spelling mistake on registers.tt > >TO test: >1. look at the cashup modal, see the wrong spelling of 'recieved' >2. Apply patch and see the right spelling > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >index 429b444718..f0cd7e1303 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >@@ -177,7 +177,7 @@ > <h4 class="modal-title" id="confirmCashupAllLabel">Confirm cashup of <em>all</em> cash registers</h4> > </div> > <div class="modal-body"> >- <p>Please confirm that you have recieved [% bankable | $Price %] to cashup.</p> >+ <p>Please confirm that you have received [% bankable | $Price %] to cashup.</p> > <ul> > <li>Total income (cash): [% ctotal | $Price %] ([% cctotal | $Price %])</li> > <li>Total outgoing (cash): [% dtotal | $Price %] ([% cdtotal | $Price %])</li> >-- >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 28266
:
120320
|
120348
|
120676
| 120728