[Bug 22448] New: advance_notices.pl generates DUE(DGST) too early
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22448 Bug ID: 22448 Summary: advance_notices.pl generates DUE(DGST) too early Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Target Milestone: --- Looking in message_queue, I see DUE messages with message_queue.time_queued = 2019-03-04 00:10:07 where the content says The following item is now due: and gives a due date/time of: 2019-03-04 23:59 ... So the loan is actually not due for another 23 hours and 49 minutes. This is especially bothersome for one-day-loans, where the DUE(DGST) messages are never triggered, because the trigger is set off before the patron has a chance to borrow the item. Wouldn't it be better to fire off the DUE(DGST) messages 24 hours later, so at 2019-03-05 00:10:07 it would say "The following item is now due: 2019-03-04 23:59 ..."? Or am I missing something? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22448 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Due messages are sent the day the item is due = can be returned without without being late. I think this is the correct behavior, it warns you before things get overdue. (2019-03-04 sent on -05 would be overdue) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22448 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Magnus Enger <magnus@libriotech.no> --- You are right, of course. And changing the wording of the message a bit would make it make more sense. Closing. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org