Bugzilla – Attachment 20812 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]
Bug 10027 - Fine details not showing when printing a fine - QA Followup
-Bug-10027---Fine-details-not-showing-when-printin.patch (text/plain), 2.19 KB, created by
Kyle M Hall (khall)
on 2013-09-05 19:28:56 UTC
(
hide
)
Description:
Bug 10027 - Fine details not showing when printing a fine - QA Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-09-05 19:28:56 UTC
Size:
2.19 KB
patch
obsolete
>From ba4b91d1be95da9a6f62aa3044dd281fb1820938 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] 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 @@ > <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.2.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