Bugzilla – Attachment 120348 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.40 KB, created by
Lucas Gass (lukeg)
on 2021-04-30 21:43:22 UTC
(
hide
)
Description:
Bug 28266: fix spelling mistake on registers.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-04-30 21:43:22 UTC
Size:
1.40 KB
patch
obsolete
>From c94ca2afb10040e11375f65132fe162ed795aa30 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 >--- > 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