Bugzilla – Attachment 134807 Details for
Bug 29768
hidepatronname hides guarantor name on borrower edit screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29768: Fix hyperlink to the guarantor detail page
0002-Bug-29768-Fix-hyperlink-to-the-guarantor-detail-page.patch (text/plain), 1.78 KB, created by
Emmi Takkinen
on 2022-05-10 09:40:18 UTC
(
hide
)
Description:
Bug 29768: Fix hyperlink to the guarantor detail page
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2022-05-10 09:40:18 UTC
Size:
1.78 KB
patch
obsolete
>From 36e7d588e8c5fa680a57456cd71a03ceabfb7319 Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Thu, 5 May 2022 10:29:11 +0300 >Subject: [PATCH 2/2] Bug 29768: Fix hyperlink to the guarantor detail page > >We should display hyperlink to the guarantor detail page >regardless of the hide_patron_infos_if_needed value. > >To test confirm hyperlink in gurarantee edit page >to the guarantor detail page works. > >Sponsored-by: Koha-Suomi Oy >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >index e047700963..23c167f0f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >@@ -51,7 +51,7 @@ > [%- SET display_patron_name = 0 -%] > [%- END -%] > [%- END -%] >-[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%] >+[%- IF display_patron_name OR display_cardnumber -%] > [%- IF link_to == 'circulation_reserves' %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% data.borrowernumber | uri %]#reserves"> > [%- ELSIF link_to == 'circulation_recalls' %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% data.borrowernumber | uri %]#recalls"> > [%- ELSE %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber | uri %]"> >@@ -74,6 +74,6 @@ > <span>A patron from library [% Branches.GetName( patron.branchcode ) | html -%]</span> > [%- END -%] > >-[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%] >+[%- IF display_patron_name OR display_cardnumber -%] > </a> > [%- END -%] >-- >2.25.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 29768
:
133542
|
133725
|
134806
|
134807
|
139180
|
139181
|
142606
|
142607
|
145220