https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28950 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 135205 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135205&action=edit Bug 28950: Mark serial late when past grace period This script had some oddities: - There was a LEFT JOIN to subscription, but no error printed if no subscription I changed this to a JOIN as there is a constraint, so this shoudl not happen - Publisheddate was checked after the SQL, moved into query - We checked for the next issue, and marked late only if that issue was already expected This overruled grace period, which should be the mnarker for a serial being late The grace period should be extended if you wish to wait for next issue - If no next published date, we reported an error on the planneddate - Script without confirm had no reporting -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.