X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Fmoremember-print.tt;h=66f13d74c4e82c2f9e11bd602eb80e0c684299f6;hb=4f1eefdbb8bf4df07b03fc451c1c18ebe989c8b7;hp=f0877608fc50064f4bf475e8282adb0e85cd6458;hpb=555f40626ab34eccadec66091e54e203a9be4440;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt index f0877608fc..66f13d74c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt @@ -1,6 +1,7 @@ [% USE Koha %] [% USE Branches %] [% USE KohaDates %] +[% USE Price %] [% INCLUDE 'doc-head-open.inc' %] Summary for [% firstname %] [% surname %] ([% cardnumber %]) [% INCLUDE 'doc-head-close.inc' %] @@ -93,8 +94,7 @@ [% END %] [% END %] - - [% IF ( accounts && ( totaldue != '0.00' ) ) %] + [% IF accounts && totaldue != 0 %] @@ -105,7 +105,7 @@ [% FOREACH account IN accounts %] - [% NEXT IF account.amountoutstanding == '0.00' %] + [% NEXT IF account.amountoutstanding == 0 %] - - + + [% END %] - +
Account fines and payments
[% IF ( account.itemnumber ) %][% END %] @@ -113,15 +113,15 @@ [% IF ( account.itemnumber ) %][% END %] [% account.date | $KohaDates %][% account.amount %][% account.amountoutstanding %][% account.amount | $Price %][% account.amountoutstanding | $Price %]
Total due[% totaldue %][% totaldue | $Price %]