@@ -, +, @@ --- C4/Acquisition.pm | 1 + t/db_dependent/Acquisition.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- a/C4/Acquisition.pm +++ a/C4/Acquisition.pm @@ -1665,6 +1665,7 @@ sub SearchOrders { biblioitems.isbn, biblioitems.biblioitemnumber, aqbasket.authorisedby, + aqbasket.booksellerid, aqbasket.closedate, aqbasket.creationdate, aqbasket.basketname, --- a/t/db_dependent/Acquisition.t +++ a/t/db_dependent/Acquisition.t @@ -639,6 +639,7 @@ ok( datecancellationprinted budget_id authorisedby + booksellerid ); # note that authorisedby was added to the return of SearchOrder by the @@ -703,7 +704,6 @@ ok( # # Test GetBudgetByOrderNumber # - ok( GetBudgetByOrderNumber( $ordernumbers[0] )->{'budget_id'} eq $budgetid, "GetBudgetByOrderNumber returns expected budget" ); --