[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
Fri Jun 17 15:35:16 CEST 2022


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

--- Comment #21 from Kyle M Hall <kyle at bywatersolutions.com> ---
Comment on attachment 136213
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136213
Bug 18064 : Add syspref to launch longOverdue script with calendar support

Review of attachment 136213:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18064&attachment=136213)
-----------------------------------------------------------------

::: 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.

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


More information about the Koha-bugs mailing list