Bugzilla – Attachment 147497 Details for
Bug 18064
Long overdue cronjob does not follow the library's calendar and skip closed days
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18064: (follow-up) Fix var type 'holidays_by_branch'
Bug-18064-follow-up-Fix-var-type-holidaysbybranch.patch (text/plain), 920 bytes, created by
Thibaud Guillot (thibaud_g)
on 2023-02-28 15:30:11 UTC
(
hide
)
Description:
Bug 18064: (follow-up) Fix var type 'holidays_by_branch'
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2023-02-28 15:30:11 UTC
Size:
920 bytes
patch
obsolete
>From 4591534f1362fc01e22db0599a9ae30137880d0d Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Tue, 28 Feb 2023 16:26:57 +0100 >Subject: [PATCH] Bug 18064: (follow-up) Fix var type 'holidays_by_branch' > >--- > misc/cronjobs/longoverdue.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/longoverdue.pl b/misc/cronjobs/longoverdue.pl >index a317bc2c03..5d2c20f9a5 100755 >--- a/misc/cronjobs/longoverdue.pl >+++ b/misc/cronjobs/longoverdue.pl >@@ -423,7 +423,7 @@ foreach my $startrange (sort keys %$lost) { > my ($date2) = bounds( $endrange); > > if ( C4::Context->preference( 'LongOverdueNoticeCalendar' ) ) { >- my $holidays_by_branch = get_number_of_holidays( $date2, $date1 ); >+ my @holidays_by_branch = get_number_of_holidays( $date2, $date1 ); > > foreach my $branch ( @holidays_by_branch ) { > >-- >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 18064
:
130363
|
135888
|
136213
|
136214
|
136263
|
139978
|
145920
|
147496
|
147497
|
159088