From 261949117132f95e6ab811c6306559944b173ced Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 30 Nov 2022 15:48:18 -0300 Subject: [PATCH] Bug 32351: Fix t/db_dependent/Circulation/NoIssuesChargeGuarantees.t Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Circulation/NoIssuesChargeGuarantees.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t index 84ad699d892..4d24c93f5ff 100755 --- a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t +++ b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t @@ -49,7 +49,7 @@ my $guarantee = $builder->build_object( { class => 'Koha::Patrons', value => { - patron_category => $patron_category->{categorycode}, + categorycode => $patron_category->{categorycode}, } } ); -- 2.34.1