Bugzilla – Attachment 79097 Details for
Bug 20656
Print summary for patron shows paid fines and formats payments badly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20656: (follow-up) Don't display title for F or FU fines (it is in description)
Bug-20656-follow-up-Dont-display-title-for-F-or-FU.patch (text/plain), 3.50 KB, created by
Nick Clemens (kidclamp)
on 2018-09-19 12:06:05 UTC
(
hide
)
Description:
Bug 20656: (follow-up) Don't display title for F or FU fines (it is in description)
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-09-19 12:06:05 UTC
Size:
3.50 KB
patch
obsolete
>From 307528808b06284185faa745a8e5311484601016 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sun, 16 Sep 2018 03:50:13 +0000 >Subject: [PATCH] Bug 20656: (follow-up) Don't display title for F or FU fines > (it is in description) > >--- > .../prog/en/modules/members/moremember-print.tt | 35 +++++++++++++++++----- > 1 file changed, 28 insertions(+), 7 deletions(-) > >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 089a6e5..1000adf 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 >@@ -109,13 +109,34 @@ > <tr> > <td>[% account.date | $KohaDates %]</td> > <td> >- [% INCLUDE 'accounttype.inc' accountline => account %] >- [%- IF account.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', account.payment_type) | html %][% END %] >- [%- IF account.description %], [% account.description | html %][% END %] >- [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber | html %]">[% account.item.biblio.title | html %]</a>[% END %]</td> >- <td>[% account.note | html_line_break %]</td> >- [% IF ( account.amount < 0 ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price | html %]</td> >- [% IF ( account.amountoutstanding < 0 ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price | html %]</td> >+ [% INCLUDE 'accounttype.inc' accountline => account %] >+ [%- IF account.payment_type %] >+ , [% AuthorisedValues.GetByCode('PAYMENT_TYPE', account.payment_type) | html %] >+ [% END %] >+ [%- IF account.description %] >+ , [% account.description | html %] >+ [% END %] >+ >+ [% IF ( account.itemnumber AND account.accounttype != 'F' AND account.accounttype != 'FU' ) %] >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber | html %]">[% account.item.biblio.title | html %]</a> >+ [% END %] >+ </td> >+ <td> >+ [% account.note | html_line_break %] >+ </td> >+ [% IF ( account.amount < 0 ) %] >+ <td class="credit" style="text-align: right;"> >+ [% ELSE %] >+ <td class="debit" style="text-align: right;"> >+ [% END %][% account.amount | $Price | html %] >+ </td> >+ [% IF ( account.amountoutstanding < 0 ) %] >+ <td class="credit" style="text-align: right;"> >+ [% ELSE %] >+ <td class="debit" style="text-align: right;"> >+ [% END %] >+ [% account.amountoutstanding | $Price | html %] >+ </td> > </tr> > [% END %] > >-- >2.1.4
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 20656
:
74829
|
74830
|
76775
|
76776
|
79002
|
79003
|
79024
|
79095
|
79096
|
79097
|
79138
|
79139
|
79140
|
79176