Bugzilla – Attachment 152077 Details for
Bug 33888
Overdues with fines report displays error 500
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33888: (bug 22375 follow-up) Add missing USE KohaDates
Bug-33888-bug-22375-follow-up-Add-missing-USE-Koha.patch (text/plain), 1.23 KB, created by
Jonathan Druart
on 2023-06-07 08:35:29 UTC
(
hide
)
Description:
Bug 33888: (bug 22375 follow-up) Add missing USE KohaDates
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-06-07 08:35:29 UTC
Size:
1.23 KB
patch
obsolete
>From d486d9c96c3254e9a2e5bd88c31ed172de67fcf5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 7 Jun 2023 10:33:40 +0200 >Subject: [PATCH] Bug 33888: (bug 22375 follow-up) Add missing USE KohaDates > >Bug 22375 added use of KohaDates without the USE statement. > >Test plan: >Make sure you have overdues and go to circ/branchoverdues.pl >Without this patch you get a 500 > Template process failed: undef error - : filter not found at /kohadevbox/koha/C4/Templates.pm line 127 >With this patch applied you can see the overdue list >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >index bf203e0c280..75ccc305fa4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >@@ -1,6 +1,7 @@ > [% USE raw %] > [% USE Branches %] > [% USE Koha %] >+[% USE KohaDates %] > [% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Overdues at [% Branches.GetLoggedInBranchname | html %] › Circulation › Koha</title> >-- >2.25.1
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 33888
:
152077
|
152085
|
152202