@@ -, +, @@ --- t/db_dependent/Circulation/Returns.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Circulation/Returns.t +++ a/t/db_dependent/Circulation/Returns.t @@ -157,7 +157,7 @@ subtest "AddReturn logging on statistics table (item-level_itypes=1)" => sub { branch => $branch, type => 'return', itemnumber => $item_without_itemtype->{ itemnumber } - }, { order_by => { -asc => 'datetime' } })->next(); + })->next(); is( $stat->itemtype, $blevel_itemtype, "biblio-level itype recorded on statistics for return as a fallback for null item-level itype"); --