Koha/t/db_dependent/Acquisition
Julian Maurice b760eb4725
Bug 29955: Move populate_order_with_prices to Koha namespace
and split the subroutine into 2 smaller subroutines (one for ordering,
the other for receiving)

Test plan:
1. Create a vendor and an acquisition basket
2. In this basket, create new orders using all the different methods
   (from an existing record, from a suggestion, from a new record, ...)
   then close the basket and receive these orders.
   Make sure it works the same with and without the patch
3. Run tests in t/Prices.t,
   t/db_dependent/Acquisition/populate_order_with_prices.t, and
   t/db_dependent/Budgets.t

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-08-19 15:47:51 -03:00
..
CancelReceipt.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
close_reopen_basket.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
FillWithDefaultValues.t
GetBasketAsCSV.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
GetBasketsInfosByBookseller.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
GetOrdersByBiblionumber.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Invoices.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
NewOrder.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
OrderFromSubscription.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
OrderUsers.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
populate_order_with_prices.t Bug 29955: Move populate_order_with_prices to Koha namespace 2022-08-19 15:47:51 -03:00
StandingOrders.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
TransferOrder.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00