[Koha-bugs] [Bug 28950] serialsUpdate cron does not mark an issue late until the next issue is expected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 8 22:20:48 CEST 2022


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

--- Comment #5 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Joonas Kylmälä from comment #4)
> Nick can you confirm, it seems that now after this patch we will create a
> new issue to be expected if the current one is late, and then this will
> continue until we have ran into subscription end date or subscription issue
> length? I'm just wondering if libraries are prepared for this and haven't
> set their end dates for subscriptions to the year 2999. The old code seems
> to have stopped creating these new Expected/Missing entries (not 100% on
> this...).

I don't believe this changes for how long we wil generate issues, but only when
we will mark them late.

In either case we check the next published date for generating the new, but
prior to this patch it also determines when we mark it late - after this patch
we will call the same routine to generate the next, we will just do it after
the grace period using the expected date, not using the next planned date

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


More information about the Koha-bugs mailing list