@@ -, +, @@ --- .../prog/en/modules/members/printinvoice.tt | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt @@ -17,23 +17,23 @@ [% IF ( LibraryName ) %] - [% END %] - - - @@ -42,6 +42,7 @@ + [% FOREACH account IN accounts %] @@ -49,12 +50,13 @@ [% IF ( account.amountcredit ) %] + [% IF ( account.amountoutstandingcredit ) %] [% END %] - + [% IF ( totalcredit ) %] --
+

[% LibraryName %]

+

INVOICE

+ [% IF ( branchname ) %]

[% branchname %]

[% END %]
+ Bill to: [% firstname %] [% surname %]
Card number: [% cardnumber %]
Date Description of charges AmountAmount outstanding
[% account.date %] [% account.description %][% ELSE %][% END %][% account.amount %][% ELSE %][% END %][% account.amountoutstanding %]
Total outstanding dues as on date: Total outstanding dues as on date: [% ELSE %][% END %][% total %]