From b3f10c1e0ea9dcb045ff8fcbe930211264964509 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 25 Nov 2022 12:55:39 +0100 Subject: [PATCH] Bug 32351: Fix Circulation.t Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5f07e7afffe7b1addbd4dd9bf7ae995f46d8470f) Signed-off-by: Jacob O'Mara --- t/db_dependent/Circulation.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index be02501f42..0ba8d69742 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -2857,7 +2857,7 @@ subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub { { class => 'Koha::Patrons', value => { - library => $library->branchcode, + branchcode => $library->branchcode, categorycode => $patron_category->{categorycode} } } @@ -2866,7 +2866,7 @@ subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub { { class => 'Koha::Patrons', value => { - library => $library->branchcode, + branchcode => $library->branchcode, categorycode => $patron_category->{categorycode} } } -- 2.39.5