Bugzilla – Attachment 71987 Details for
Bug 12001
GetMemberAccountRecords slows down display of patron details and checkout pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12001: (QA follow-up) Fix patron account summary print
Bug-12001-QA-follow-up-Fix-patron-account-summary-.patch (text/plain), 1.69 KB, created by
Josef Moravec
on 2018-02-20 05:09:20 UTC
(
hide
)
Description:
Bug 12001: (QA follow-up) Fix patron account summary print
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-02-20 05:09:20 UTC
Size:
1.69 KB
patch
obsolete
>From 7a806cef265b107e57ff74dfd451aa1d6d9b4669 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 19 Feb 2018 22:31:54 +0000 >Subject: [PATCH] Bug 12001: (QA follow-up) Fix patron account summary print > >Test plan: >Try to print patron account summary >--> without patch it explodes >--> with patch it works, and if there is a fee related to item, the title should be printed out > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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 c344cc8..3bb901a 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 >@@ -106,7 +106,7 @@ > <tr> > <td> > [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber %]">[% END %] >- [% account.description %] [% IF account.item AND account.accounttype != 'F' AND account.accounttype != 'FU' %] [% account.item.biblio.title |html %][% END %] >+ [% account.description %] [% IF account.itemnumber AND account.accounttype != 'F' AND account.accounttype != 'FU' %] [% account.item.biblio.title |html %][% END %] > [% IF ( account.itemnumber ) %]</a>[% END %] > </td> > <td>[% account.date | $KohaDates %]</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 12001
:
70314
|
70342
|
70343
|
70344
|
70345
|
70346
|
71798
|
71799
|
71800
|
71801
|
71802
|
71852
|
71853
|
71854
|
71855
|
71856
|
71857
|
71979
|
71980
|
71981
|
71982
|
71983
|
71984
|
71985
|
71986
| 71987 |
71988
|
77066
|
77136
|
77278
|
77279