Bug 11298: Don't force the renew time to 23:59
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 4 Aug 2015 15:33:00 +0000 (16:33 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 24 Oct 2015 08:01:49 +0000 (21:01 +1300)
commit7f39c6a00c2647107f2da5b2385567a953113f51
tree2db7b904195d3b2f57fc6c2ce6dbc69752bd8d63
parent09602496882c4202abd2de7b53d1f76ba36536f2
Bug 11298: Don't force the renew time to 23:59

If you try to renew an item using the "Renewal due date" at the bottom
of the checkouts table, the time will be hardcoded to 23:59 no matter
what the user has chosen.

Test plan:
Check an item out to a patron
renew the item and specify a due date using the datetime picker plugin
at the bottom of the table
Confirm the time you have chosen is correctly used.

Followed test plan. It works as advertised.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a011cbd2e2658598e4c2eac7377b9b1edb9dd720)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
svc/renew