Bugzilla – Attachment 20853 Details for
Bug 10027
Fine details not showing when printing a fine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10027 - Fine details not showing when printing a fine - QA Followup
PASSED-QA-Bug-10027---Fine-details-not-showing-whe.patch (text/plain), 2.37 KB, created by
Katrin Fischer
on 2013-09-07 18:09:28 UTC
(
hide
)
Description:
[PASSED QA] Bug 10027 - Fine details not showing when printing a fine - QA Followup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-07 18:09:28 UTC
Size:
2.37 KB
patch
obsolete
>From fdbb8a04728d9a215aa2334bf79091c7006d9b49 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 5 Sep 2013 15:27:58 -0400 >Subject: [PATCH] [PASSED QA] Bug 10027 - Fine details not showing when > printing a fine - QA Followup > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Passes all tests and QA script. > >Checked invoice is correctly printed for >- partially paid fines >- paid fines >- unpaid fines >--- > .../prog/en/modules/members/printinvoice.tt | 12 +++++++----- > 1 file 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 @@ > <table> > [% IF ( LibraryName ) %] > <tr> >- <th colspan=3 class="centerednames"> >+ <th colspan="4" class="centerednames"> > <h3>[% LibraryName %]</h3> > </th> > </tr> > [% END %] > <tr> >- <th colspan=3 class="centerednames"> >+ <th colspan="4" class="centerednames"> > <h2><u>INVOICE</u></h2> > </th> > </tr> > <tr> >- <th colspan=3 class="centerednames"> >+ <th colspan="4" class="centerednames"> > [% IF ( branchname ) %]<h2>[% branchname %]</h2>[% END %] > </th> > </tr> > <tr> >- <th colspan=3 > >+ <th colspan="4" > > Bill to: [% firstname %] [% surname %] <br /> > Card number: [% cardnumber %]<br /> > </th> >@@ -42,6 +42,7 @@ > <th>Date</th> > <th>Description of charges</th> > <th style="text-align:right;">Amount</th> >+ <th style="text-align:right;">Amount outstanding</th> > </tr> > > [% FOREACH account IN accounts %] >@@ -49,12 +50,13 @@ > <td>[% account.date %]</td> > <td>[% account.description %]</td> > [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td> >+ [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td> > </tr> > > [% END %] > <tfoot> > <tr> >- <td colspan="2">Total outstanding dues as on date: </td> >+ <td colspan="3">Total outstanding dues as on date: </td> > [% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total %]</td> > </tr> > </tfoot> >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10027
:
17348
|
17349
|
17354
|
17355
|
20812
|
20851
|
20852
| 20853