Koha/t/db_dependent/Acquisition
Nick Clemens d0e6a26558 Bug 21364: (follow-up) Check for standing status and uncertain prices
Fetch 'uncertainprices' when getting basket info. A side effect is that styling on baskets with uncertain prices is restored by this bug. They will appear in red

To test:
1 - Add an order with an uncertainprice to the basket
2 - Return to vendor baskets view
3 - Note the actions now include "Uncertain prices"
4 - Click that, resolve the uncertain prcie
5 - Return to vendor basket view
6 - Note you can now close the basket, but don't
7 - Edit the basket, mark it as standing
8 - Return to vendor basket view
9 - Note you cannot close the basket

Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-04-30 12:45:42 +00:00
..
CancelReceipt.t Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
close_reopen_basket.t Bug 19120: Add tests to reproduce the problem 2017-09-29 12:37:00 -03:00
FillWithDefaultValues.t Bug 14334: Remove AutoCommit from tests 2018-12-14 13:42:37 +00:00
GetBasketAsCSV.t Bug 18720: Use exception instead of die in GetBasketAsCsv 2018-10-31 13:47:17 +00:00
GetBasketsInfosByBookseller.t Bug 21364: (follow-up) Check for standing status and uncertain prices 2019-04-30 12:45:42 +00:00
GetOrdersByBiblionumber.t Bug 20144: [sql_modes] Shorten aqbudgets.budget_code 2018-02-13 13:58:52 -03:00
Invoices.t Bug 20144: [sql_modes] Shorten aqbudgets.budget_code 2018-02-13 13:58:52 -03:00
NewOrder.t Bug 21817: Fix 2 failing tests 2019-01-02 20:18:30 +00:00
OrderFromSubscription.t Bug 20144: [sql_modes] Fix date format in tests 2018-02-13 13:58:50 -03:00
OrderUsers.t Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber 2018-07-18 15:49:47 +00:00
populate_order_with_prices.t Bug 18736: Calculate tax depending on rounding 2019-03-21 16:29:06 +00:00
StandingOrders.t Bug 19256: Make Koha::Acq::Order using Koha::Object 2017-09-07 15:03:04 -03:00
TransferOrder.t Bug 21205: Replace C4::Items::GetOrderFromItemnumber calls 2018-11-08 20:47:16 +00:00