Bug 21385: Define the Koha object class for orders
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 1 Oct 2018 14:38:04 +0000 (11:38 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 1 Oct 2018 23:57:18 +0000 (23:57 +0000)
commitb3dee0daf29c4593aee2781307853845a6cd3735
treed6ba473dc62fcc1cbe760750a5ab8bbc0fe2ee35
parent5e6f4f1f4fb346351dcfc6c580888022641d4b6a
Bug 21385: Define the Koha object class for orders

It fixes the following issue:
t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t .. 1/40 Can't
locate object method "_new_from_dbic" via package "Koha::Aqorder"
(perhaps you forgot to load "Koha::Aqorder"?) at
/home/vagrant/kohaclone/Koha/Object.pm line 230.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Schema/Result/Aqorder.pm