Bugzilla – Attachment 194354 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.09 KB, created by
Owen Leonard
on 2026-03-02 18:55:28 UTC
(
hide
)
Description:
Bug 41116: (follow-up) Fix template variable filter
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-03-02 18:55:28 UTC
Size:
1.09 KB
patch
obsolete
>From db1c532f2e17453532eb54a142bca5409cb09497 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 > >--- > 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 80e8f1f7d89..a7090a431ae 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