Bugzilla – Attachment 154765 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.79 KB, created by
Katrin Fischer
on 2023-08-24 22:41:54 UTC
(
hide
)
Description:
Bug 34340: Changed "Tendered" to the correct input id which is "Collected"
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-08-24 22:41:54 UTC
Size:
1.79 KB
patch
obsolete
>From 4f7fb03098a032d3991fdd3cac363b7f2f9a157c 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" >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Must also apply bug 34332 - fixed a syntax error for the pos email template > >To test: >1. Configure your Koha to enable the point of sale system (i.e. enable syspref, > set up a register, set up an item to sell). >2. Complete a transaction in the POS system. >3. Click on the âEmail receiptâ button next to the âPrint receiptâ option and > enter an email address and confirm that the email is sent. >4. Check the âTenderedâ field. It is showing up as 0.00 and not reflecting the > actual amount that was tendered. >5. Apply patch >6. Repeat steps 2 & 3 >7. The emailed receipt is now showing the correct tendered amount. >8. Sign off! > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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