Bug 18957: Record the time part of the last renewed date
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Feb 2019 14:06:46 +0000 (11:06 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 1 Mar 2019 11:02:58 +0000 (11:02 +0000)
commit6e091d5d236226346b2d354dd43c38121352ed7b
tree57de1d214f701bd4c01dfe44f29e9c9ec7894dca
parentfe9a4b624fe2cc1cd6e351b027ef3c9187bf18b4
Bug 18957: Record the time part of the last renewed date

issues.lastreneweddate is a datetime and we could record the time part
of the date.

Test plan:
Renew an issue
note that the time part of the last renewed date is set correctly

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 4585228ea9b5cc407dcec8e4bae499d59007ea96)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Circulation.pm