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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 14 Apr 2020 07:23:52 +0000 (08:23 +0100)
commit25966df4d7164e931e35ae5a640ae85eb2644ce3
tree3ef3d703d79ac5284b1a6fb5171d7e833fc1dd2b
parenta57efe865921c4d4945245d3970b3391490de249
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: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/SIP/ILS/Transaction/Checkin.pm