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

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2022-11-30 15:48:18 -03:00
parent 8455c0b83d
commit 3200c18e7d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

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