Bug 32351: Fix t/db_dependent/Circulation/NoIssuesChargeGuarantees.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 3200c18e7d)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2022-11-30 15:48:18 -03:00 committed by Jacob O'Mara
parent 8ea84d6b68
commit 82565af418

View file

@ -49,7 +49,7 @@ my $guarantee = $builder->build_object(
{
class => 'Koha::Patrons',
value => {
patron_category => $patron_category->{categorycode},
categorycode => $patron_category->{categorycode},
}
}
);