@@ -, +, @@ --- .../prog/en/modules/members/paycollect.tt | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -1,5 +1,6 @@ [% USE Koha %] [% USE Branches %] +[% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Collect fine payment for [% patron.firstname %] [% patron.surname %] @@ -38,7 +39,7 @@
[% IF ( error_over ) %]
- You must pay a value less than or equal to [% total_due | format('%.2f') %]. + You must pay a value less than or equal to [% total_due | $Price %].
[% END %] @@ -66,15 +67,15 @@ Amount outstanding - Total amount payable:[% amountoutstanding | format('%.2f') %] + Total amount payable:[% amountoutstanding | $Price %] [% individual_description %] [% accounttype %] - [% amount | format('%.2f') %] - [% amountoutstanding | format('%.2f') %] + [% amount | $Price %] + [% amountoutstanding | $Price %] @@ -83,7 +84,7 @@
  • - +
  • @@ -112,12 +113,12 @@ Amount Amount outstanding - Total amount outstanding:[% amountoutstanding | format('%.2f') %] + Total amount outstanding:[% amountoutstanding | $Price %] [% description %] [% title %] [% accounttype %] - [% amount | format('%.2f') %] - [% amountoutstanding | format('%.2f') %] + [% amount | $Price %] + [% amountoutstanding | $Price %] @@ -125,7 +126,7 @@
  • - +
  • @@ -145,12 +146,12 @@
    1. Total amount outstanding: - [% total | format('%.2f') %] + [% total | $Price %]
    2. - +
    3. --