Bugzilla – Attachment 168959 Details for
Bug 36357
Add Template::Toolkit filters for internationalization (I18N)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36357: Fix Template::Filters error
Bug-36357-Fix-TemplateFilters-error.patch (text/plain), 713 bytes, created by
Victor Grousset/tuxayo
on 2024-07-15 03:17:14 UTC
(
hide
)
Description:
Bug 36357: Fix Template::Filters error
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-07-15 03:17:14 UTC
Size:
713 bytes
patch
obsolete
>From ac60194e3131120f829667be36fc97f09c43b4f2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 21 Mar 2024 10:17:56 +0000 >Subject: [PATCH] Bug 36357: Fix Template::Filters error > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > C4/Templates.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Templates.pm b/C4/Templates.pm >index fd7170b863..9495645daa 100644 >--- a/C4/Templates.pm >+++ b/C4/Templates.pm >@@ -5,6 +5,7 @@ use warnings; > use Carp qw( carp ); > use CGI qw ( -utf8 ); > use List::MoreUtils qw( uniq ); >+use Template::Filters; > > # Copyright 2009 Chris Cormack and The Koha Dev Team > # >-- >2.45.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 36357
:
163380
|
163381
|
163521
|
163522
|
163523
|
163524
|
163597
|
168955
|
168956
|
168957
|
168958
| 168959 |
168962
|
168963