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)
committerroot <root@f1ebe1bec408>
Tue, 26 Feb 2019 13:09:02 +0000 (13:09 +0000)
commit4585228ea9b5cc407dcec8e4bae499d59007ea96
tree60e3a393c895f34547564d7538f3f073b102d69a
parent54fd0718da1bd27531c7f3ac4ea16d04fb15e634
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>
C4/Circulation.pm