https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18064 --- Comment #21 from Kyle M Hall <kyle@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.