Bugzilla – Attachment 160709 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.59 KB, created by
Owen Leonard
on 2024-01-09 16:16:58 UTC
(
hide
)
Description:
Bug 35701: (follow-up) Fix last instance of t variable
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-01-09 16:16:58 UTC
Size:
1.59 KB
patch
obsolete
>From 433a0ed8f00891ec45e7afd2e06e8bef2133beda 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> >--- > .../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 645040707b..ce23694b77 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -287,7 +287,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.30.2
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