Bug 23971: (follow-up) Make changes for 26582
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Fri, 23 Oct 2020 14:44:32 +0000 (15:44 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Apr 2021 09:58:49 +0000 (11:58 +0200)
commita2609228dc1b95e2f3afe4fbb4cad18ca9bc02d7
treebcb5f9fe999bc2ce12b376a0a5eb85349914da70
parentab61e94dc90a9997182621265ad3790f62f36313
Bug 23971: (follow-up) Make changes for 26582

This commit makes changes necessary to allow this bug to be dependent on
Bug 23562:

- Move basket closure logging from C4::Acquisision::CloseBasket to Koha::Acquisition::Basket::close
- Move basket closure unit test from t/db_dependent/Acquisition.t to
t/db_dependent/Koha/Acquisition/Basket.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Acquisition/Basket.pm
t/db_dependent/Acquisition.t
t/db_dependent/Koha/Acquisition/Basket.t