Bug 30718: Fix renewal with due date
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Aug 2022 06:41:37 +0000 (08:41 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 19 Aug 2022 11:26:39 +0000 (08:26 -0300)
commit5f471308ad74d2a26e226cf99bc7fa708025159a
tree59b623c4d121c61bf8541dd30a5d870609cffb41
parent55c5f1fd470496a86fda536e699ae39622668f13
Bug 30718: Fix renewal with due date

This was a test added by the following commit:

commit 99eccc18ed4a21fa416a3d61fed3f70825dc2203
Date:   Thu Jun 16 10:10:09 2011 +0100
    Bug 5549 : Handle datetimes on return

It's no longer needed now, we can pass a DateTime or an ISO-formatted
date

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Circulation.pm