@@ -, +, @@ --- t/db_dependent/Acquisition.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/t/db_dependent/Acquisition.t +++ a/t/db_dependent/Acquisition.t @@ -8,7 +8,7 @@ use POSIX qw(strftime); use C4::Bookseller qw( GetBookSellerFromId ); -use Test::More tests => 88; +use Test::More tests => 91; BEGIN { use_ok('C4::Acquisition'); @@ -408,6 +408,7 @@ my @expectedfields = qw( quantity_to_receive subtotal latesince + cancellationreason ); ( $test_missing_fields, $test_extra_fields, @@ -521,6 +522,7 @@ my @base_expectedfields = qw( frameworkcode volumedesc datecancellationprinted + cancellationreason ); @expectedfields = ( @base_expectedfields, @@ -649,6 +651,7 @@ ok( budget_id authorisedby booksellerid + cancellationreason ); # note that authorisedby was added to the return of SearchOrder by the --