From ba4b91d1be95da9a6f62aa3044dd281fb1820938 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 5 Sep 2013 15:27:58 -0400 Subject: [PATCH] Bug 10027 - Fine details not showing when printing a fine - QA Followup --- .../prog/en/modules/members/printinvoice.tt | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) 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 762fc11..8a19918 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt +++ b/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 ) %] -- 1.7.2.5
+

[% 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 %]