Bugzilla – Attachment 79176 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: (RM follow-up) Add missing filter
Bug-20656-RM-follow-up-Add-missing-filter.patch (text/plain), 1.36 KB, created by
Nick Clemens (kidclamp)
on 2018-09-20 13:42:23 UTC
(
hide
)
Description:
Bug 20656: (RM follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-09-20 13:42:23 UTC
Size:
1.36 KB
patch
obsolete
>From c8f6409ac6bab7105c55c1a4c659a70f7dccbc10 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 20 Sep 2018 13:35:29 +0000 >Subject: [PATCH] Bug 20656: (RM follow-up) Add missing filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 1000adf..89c5575 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 >@@ -118,7 +118,7 @@ > [% 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> >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber | html %]&itemnumber=[% account.itemnumber | html %]">[% account.item.biblio.title | html %]</a> > [% END %] > </td> > <td> >-- >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