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)
committerLiz Rea <wizzyrea@gmail.com>
Thu, 29 Oct 2015 22:47:56 +0000 (11:47 +1300)
commit30a3ba393f6e6d8db2ca2399b6c19b7fd4314bdf
tree396a14e3abca1cc123c8b001e19061cd8890fc64
parentd1bc1a039f6e09672bb6c74446c1ee5504214d3e
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>
(cherry picked from commit 7f39c6a00c2647107f2da5b2385567a953113f51)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
svc/renew