Bugzilla – Attachment 194362 Details for
Bug 41116
Selectors are inconsistently structured in hold found modals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41116: (follow-up) Fix template variable filter
Bug-41116-follow-up-Fix-template-variable-filter.patch (text/plain), 1.14 KB, created by
David Nind
on 2026-03-02 20:15:07 UTC
(
hide
)
Description:
Bug 41116: (follow-up) Fix template variable filter
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-03-02 20:15:07 UTC
Size:
1.14 KB
patch
obsolete
>From 5cdcc27fc7086386c0b806c2cbf2450e0e9332ee Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 2 Mar 2026 13:53:51 -0500 >Subject: [PATCH] Bug 41116: (follow-up) Fix template variable filter > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 80e8f1f7d8..a7090a431a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -913,7 +913,7 @@ > [% IF ( transfertodo ) %] > [% patron.email | html %] > [% ELSE %] >- <a href="mailto:[% patron.email | uri %]">[% patron.email | uri %]</a> >+ <a href="mailto:[% patron.email | uri %]">[% patron.email | html %]</a> > [% END %] > </li> > [% END %] >-- >2.39.5
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 41116
:
188517
|
189849
|
189850
|
194354
|
194360
|
194361
| 194362