Bug 24800: Handle inexistent return date on self checking
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Mar 2020 12:01:52 +0000 (13:01 +0100)
committerJoy Nelson <joy@bywatersolutions.com>
Thu, 7 May 2020 17:30:25 +0000 (17:30 +0000)
commitfef648e9027162b6cae91a6f75ca612ef9e3cfc2
treece803ca8fe80cbce833675c25b2f23670f779ee0
parentb7e9de9a436d59c811f459758094b9bb1ab86a59
Bug 24800: Handle inexistent return date on self checking

See bug 24800 comment 0 for a description of the problem.

We do not want the SIP server to crash if it receives a checkin request
with a return date that is not given.

The option this patch chose is to parse it only if provided.

Signed-off-by: Clemens Elmlinger <clemens.elmlinger@bsz-bw.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
C4/SIP/ILS/Transaction/Checkin.pm