Koha/t/db_dependent/Acquisition
Tomas Cohen Arazi a851aaeebf Bug 26584: Remove unused C4::Acquisition::CloseBasket function
This patch makes code use the new Koha::Acquisition::Basket->close
method and makes CloseBasket obsolete.

It then removes it, and adapts the few places in which it was used.

1. Apply this patch
2. Run:
   $ kshell
  k$ git diff origin/master --name-only | grep -e '\.t$' | xargs prove
=> SUCCESS: Tests pass!
3. Try playing with baskets, closing them
=> SUCCESS: All works as expected!
4. Sign off :-D

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-11-05 15:24:20 +01:00
..
CancelReceipt.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
close_reopen_basket.t Bug 26584: Remove unused C4::Acquisition::CloseBasket function 2020-11-05 15:24:20 +01:00
FillWithDefaultValues.t Bug 24276: Add unit tests for mandatory parameter of FillWithDefaultValues 2020-03-24 11:23:11 +00:00
GetBasketAsCSV.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
GetBasketsInfosByBookseller.t Bug 26584: Remove unused C4::Acquisition::CloseBasket function 2020-11-05 15:24:20 +01:00
GetOrdersByBiblionumber.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
Invoices.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
NewOrder.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
OrderFromSubscription.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
OrderUsers.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
populate_order_with_prices.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
StandingOrders.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
TransferOrder.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00