Bug 26563 - Merging patrons will cause the "time queued" column in the message queue to be updated to the current date and time
Summary: Merging patrons will cause the "time queued" column in the message queue to b...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-29 10:52 UTC by Kyle M Hall
Modified: 2020-10-09 17:46 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2020-09-29 10:52:41 UTC
The column time_queued is considered by librarians to be either the time a message was created ( if pending ), or the time a message was sent. Merging patrons will cause this column to be updated, making it look like the message was sent far more recently.

It might be worth considering adding a new column for datetime_created, and datetime_sent, while leaving the existing column alone.