From b8173f2cd997994590b84e0d2cd477777a773569 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 10 Mar 2014 16:17:51 +0000 Subject: [PATCH] Bug 11224: (follow-up) incorporate test for bug 11777 This patch adds authorisedby to the list of expected fields returned by SearchOrders(). Signed-off-by: Galen Charlton --- t/db_dependent/Acquisition.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index 671332ea7c..04d2f5a938 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -487,7 +487,10 @@ ok(((scalar @get_orders == 1) and grep ($_->{ordernumber} eq $ordernumbers[3], @ notes datecancellationprinted budget_id + authorisedby ); +# note that authorisedby was added to the return of SearchOrder by the +# patch for bug 11777 my $invoiceid = AddInvoice( invoicenumber => 'invoice', -- 2.39.2