Bugzilla – Attachment 161095 Details for
Bug 35701
Cannot use i18n.inc from memberentrygen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35701: (follow-up) Fix last instance of t variable
Bug-35701-follow-up-Fix-last-instance-of-t-variabl.patch (text/plain), 1.66 KB, created by
Martin Renvoize (ashimema)
on 2024-01-17 11:10:43 UTC
(
hide
)
Description:
Bug 35701: (follow-up) Fix last instance of t variable
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-17 11:10:43 UTC
Size:
1.66 KB
patch
obsolete
>From cefb49550221e3dbca8369673555a61244291d31 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 9 Jan 2024 16:15:00 +0000 >Subject: [PATCH] Bug 35701: (follow-up) Fix last instance of t variable > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 9b2c966b08e..eeb9101bfff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -288,7 +288,7 @@ legend:hover { > [% IF btitle == patron_title %] > <option value="[% patron_title | html %]" selected="selected">[% patron_title | html %]</option> > [% ELSE %] >- <option value="[% patron_title | html %]">[% t | html %]</option> >+ <option value="[% patron_title | html %]">[% patron_title | html %]</option> > [% END %] > [% END %] > </select> >-- >2.43.0
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 35701
:
160535
|
160693
|
160708
|
160709
|
161094
| 161095