Bugzilla – Attachment 79514 Details for
Bug 21167
Price should be correctly formatted on printed fee receipt and invoice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21167: (QA follow-up) Fix amount formatting on invoice receipt
Bug-21167-QA-follow-up-Fix-amount-formatting-on-in.patch (text/plain), 1.36 KB, created by
Martin Renvoize (ashimema)
on 2018-09-27 13:59:22 UTC
(
hide
)
Description:
Bug 21167: (QA follow-up) Fix amount formatting on invoice receipt
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-09-27 13:59:22 UTC
Size:
1.36 KB
patch
obsolete
>From 212b02f20d51d3c7be5c4bd0f6502f319de69c2b Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 19 Sep 2018 07:53:32 +0000 >Subject: [PATCH] Bug 21167: (QA follow-up) Fix amount formatting on invoice > receipt > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt >index 5e0ff19666..50cd64fd76 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt >@@ -77,7 +77,7 @@ > [%- IF account.description %], [% account.description | html %][% END %] > </td> > <td>[% account.note | html %]</td> >- [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount | html %]</td> >+ [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount | $Price %]</td> > [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding | $Price %]</td> > </tr> > >-- >2.18.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 21167
:
77518
|
77596
|
78209
|
78919
|
79020
|
79073
|
79074
|
79075
|
79076
|
79513
| 79514 |
79515