Bug 24190: (follow-up) Modify order of logging
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Mon, 26 Oct 2020 11:44:50 +0000 (11:44 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 21 Sep 2021 18:22:57 +0000 (20:22 +0200)
commit114f4ea5a3427482def8a42411934e901231b910
tree5fbe00b65b4db8164024b606efb1d4f097205cc6
parent5ad81611ad495084fc2c74fa6ca66bb2ae27068c
Bug 24190: (follow-up) Modify order of logging

Basket creation involves two steps in Koha, creating the basket then
modifying its header. We were logging these two steps in the wrong
order. This commit fixes that.

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