Bugzilla – Attachment 99212 Details for
Bug 24666
Non Koha Guarantors should be able to be seen from the Patron Detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24666: (QA follow-up) Add missing filters
Bug-24666-QA-follow-up-Add-missing-filters.patch (text/plain), 2.39 KB, created by
Martin Renvoize (ashimema)
on 2020-02-18 18:49:09 UTC
(
hide
)
Description:
Bug 24666: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-18 18:49:09 UTC
Size:
2.39 KB
patch
obsolete
>From e55c79513dea7e81f461178ba1988b84dcf96c1d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 18 Feb 2020 18:32:02 +0000 >Subject: [PATCH] Bug 24666: (QA follow-up) Add missing filters > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 10b4b3b0c3..96fa169bdb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -274,11 +274,11 @@ > [% FOREACH gr IN guarantor_relationships %] > [% SET guarantor = gr.guarantor %] > [% IF logged_in_user.can_see_patron_infos( guarantor ) %] >- <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantor.id | uri %]">[% guarantor.firstname | html %] [% guarantor.surname | html %][% IF gr.relationship %] ([% gr.relationship %])[% END %]</a></li> >+ <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantor.id | uri %]">[% guarantor.firstname | html %] [% guarantor.surname | html %][% IF gr.relationship %] ([% gr.relationship | html %])[% END %]</a></li> > [% END %] > [% END %] > [% IF patron.contactfirstname OR patron.contactname %] >- <li>[% patron.contactfirstname %] [% patron.contactname %][% IF patron.relationship %] ([% patron.relationship %])[% END %]</li> >+ <li>[% patron.contactfirstname | html %] [% patron.contactname | html %][% IF patron.relationship %] ([% patron.relationship | html %])[% END %]</li> > [% END %] > </ul> > </li> >-- >2.20.1
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 24666
:
99089
|
99184
|
99185
|
99197
| 99212