Bug 14723: Use DATETIME instead DATE
authorEmmi Takkinen <emmi.takkinen@koha-suomi.fi>
Mon, 3 May 2021 07:37:02 +0000 (10:37 +0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 7 May 2021 11:48:55 +0000 (13:48 +0200)
commit3ced2b3a4f4f1ef0f6dbdb0a26b0e8b2209e8b5e
tree0b017fcfd6a5dae394340e05c006d13589ecc9d2
parent68ccd536f927cfd1063b2fa900441eba41bb6e0d
Bug 14723: Use DATETIME instead DATE

Letters.t tests failed since time_queued didn't
include timecode. Use DATETIME when inserting
into message_queue.

To test prove t/db_dependent/Letters.t

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Letters.pm