Bugzilla – Attachment 154343 Details for
Bug 34340
Point of sale email template is showing 0.00 in the tendered field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34340: Changed "Tendered" to the correct input id which is "Collected"
Bug-34340-Changed-Tendered-to-the-correct-input-id.patch (text/plain), 1.02 KB, created by
David Nind
on 2023-08-10 00:43:15 UTC
(
hide
)
Description:
Bug 34340: Changed "Tendered" to the correct input id which is "Collected"
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-08-10 00:43:15 UTC
Size:
1.02 KB
patch
obsolete
>From b4355cedba2a3fed72e60e463d0a29aeb9d7ff2a Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 21 Jul 2023 13:30:00 +0000 >Subject: [PATCH] Bug 34340: Changed "Tendered" to the correct input id which > is "Collected" > >Signed-off-by: David Nind <david@davidnind.com> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 3b0892188b..12cf2cd997 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -1722,7 +1722,7 @@ tables: > - " </tr>" > - " <tr>" > - " <td>Tendered: </td>" >- - " <td>[% tendered | $Price %]</td>" >+ - " <td>[% collected | $Price %]</td>" > - " </tr>" > - " <tr>" > - " <td>Change given:</td>" >-- >2.30.2
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 34340
:
153790
|
154343
|
154344
|
154765