@@ -, +, @@ receipt --- koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt @@ -77,7 +77,7 @@ [%- IF account.description %], [% account.description | html %][% END %] [% account.note | html %] - [% IF ( account.amountcredit ) %][% ELSE %][% END %][% account.amount | html %] + [% IF ( account.amountcredit ) %][% ELSE %][% END %][% account.amount | $Price %] [% IF ( account.amountoutstandingcredit ) %][% ELSE %][% END %][% account.amountoutstanding | $Price %] --