https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18064
--- Comment #21 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
