Koha/t/db_dependent/Acquisition
Tomas Cohen Arazi 23fd3de316 Bug 26579: Remove unused C4::Acquisition::DelOrder function
This patch removes an unused function, its tests, and adjusts other test
files that relied on it by replacing it with $order->cancel calls.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/Acquisition.t \
           t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t \
           t/db_dependent/Acquisition/close_reopen_basket.t
=> SUCCESS: Tests pass!
2. Apply this patch
3. Repeat (1)
=> SUCCESS: Tests pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-10-15 15:02:49 +02:00
..
CancelReceipt.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
close_reopen_basket.t Bug 26579: Remove unused C4::Acquisition::DelOrder function 2020-10-15 15:02:49 +02: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 26579: Remove unused C4::Acquisition::DelOrder function 2020-10-15 15:02:49 +02: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