]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 8 Sep 2021 20:25:49 +0000 (10:25 -1000)
commitd4d648f3bf49d3b42e7e5463159a2fdf6dc92486
tree4adc9d7d538df350d982cd06bcfe4289ec5ea649
parent5eb899db14eaa248284d20443264121b0624e394
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 38d47aa4ef295f53868ae8e891cdaa2ce014687e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Reserves.pm