[Koha-bugs] [Bug 18064] Long overdue cronjob does not follow the library's calendar and skip closed days

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 30 12:33:13 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18064

--- Comment #24 from Thibaud Guillot <thibaud.guillot at biblibre.com> ---
(In reply to Kyle M Hall from comment #21)
> Comment on attachment 136213 [details] [review]
> Bug 18064 : Add syspref to launch longOverdue script with calendar support
> 
> Review of attachment 136213 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: misc/cronjobs/longoverdue.pl
> @@ +492,4 @@
> >      }
> >  }
> >  
> > +if (!( C4::Context->preference( 'LongOverdueNoticeCalendar' ) )) {
> 
> Why is this here? I don't understand the utility of suppressing the summary
> if using the calendar.

Yes you're right. I worked on this script again recently and realized that I
had misunderstood this part. We need this output to get the summary, it's my
mistake.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list