Bugzilla – Attachment 166195 Details for
Bug 36787
staticfines.pl missing use Koha::DateUtils::output_pref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref
Bug-36787-staticfinespl-add-use-KohaDateUtilsoutpu.patch (text/plain), 1013 bytes, created by
Fridolin Somers
on 2024-05-06 10:11:33 UTC
(
hide
)
Description:
Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2024-05-06 10:11:33 UTC
Size:
1013 bytes
patch
obsolete
>From 23c642670658bdbe3d0275651bae07cec29003de Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 6 May 2024 12:08:02 +0200 >Subject: [PATCH] Bug 36787: staticfines.pl add use > Koha::DateUtils::output_pref > >misc/cronjobs/staticfines.pl is calling output_pref() but it is missing from module import : >use Koha::DateUtils qw( dt_from_string ); > >Test but running staticfines.pl >--- > misc/cronjobs/staticfines.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/staticfines.pl b/misc/cronjobs/staticfines.pl >index 2ccb1fb283..208cc8a204 100755 >--- a/misc/cronjobs/staticfines.pl >+++ b/misc/cronjobs/staticfines.pl >@@ -36,7 +36,7 @@ use C4::Calendar qw(); # don't need any exports from Calendar > use C4::Log qw( cronlogaction ); > use Getopt::Long qw( GetOptions ); > use List::MoreUtils qw( none ); >-use Koha::DateUtils qw( dt_from_string ); >+use Koha::DateUtils qw( dt_from_string output_pref ); > use Koha::Patrons; > > my $help = 0; >-- >2.45.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 36787
:
166195
|
166287