Bug 25619: Adjust POD and move date check before logging
authorNick Clemens <nick@bywatersolutions.com>
Thu, 26 Aug 2021 19:07:53 +0000 (19:07 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Aug 2021 13:28:23 +0000 (15:28 +0200)
commit9f7846202554611c2c4659b3e7119a0bac10531b
treed926933532689780314fa618ad29cf603119be72
parentf008b3ebe72b53821902bb60d8681fc0f1d2217e
Bug 25619: Adjust POD and move date check before logging

Potentially we could have logged a change when no date was passed.

This patch moves the test before logging and updates POD

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Reserves.pm