[Koha-bugs] [Bug 29904] Serials: Clear 'Automatically set to late' when changing status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 21 08:08:07 CET 2022


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

--- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Katrin Fischer from comment #1)
> I didn't need to be persuaded. Maybe the only problem I see is that the note
> is set on the command line - so how can we tell the auto notes from other
> manually added notes?
> 
> Or would it be a more general "empty note when the late status is changed"?

git grep 'Automatically set to late'
misc/cronjobs/serialsUpdate.pl:   --note          Note set on affected serial
issues, by default "Automatically set to late"
misc/cronjobs/serialsUpdate.pl:    $note = 'Automatically set to late';

Good point, Katrin.
I would not opt for always clearing the note.
This leaves us matching with either the default note or a set of strings from a
preference or so?

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


More information about the Koha-bugs mailing list