Koha/t/db_dependent/Acquisition
Jonathan Druart f19a1777a0 Bug 13319: Fix Koha::Acq::Order should set parent_ordernumber
The tests highligh the problem: if the parent_ordernumber attribute is
not set on inserting an order, the object returned by the method does
not contain the value (undef).

Test plan:
Verify the tests are consistent and
    prove t/db_dependent/Acquisition/CancelReceipt.t
should return green.

You can also verify that receive partially an order and cancel the
receipt work as expected.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-02-10 11:24:08 -03:00
..
CancelReceipt.t Bug 13319: Fix Koha::Acq::Order should set parent_ordernumber 2015-02-10 11:24:08 -03:00
close_reopen_basket.t
GetBasketsInfosByBookseller.t
GetOrdersByBiblionumber.t
Invoices.t Bug 13333: Fix Display basket group for already received orders 2015-02-05 14:51:34 -03:00
NewOrder.t
OrderFromSubscription.t
TransferOrder.t