https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29904
--- Comment #2 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ 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/
