Browse Source

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

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23.05.x
Tomás Cohen Arazi 1 year ago
parent
commit
3200c18e7d
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      t/db_dependent/Circulation/NoIssuesChargeGuarantees.t

2
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},
}
}
);

Loading…
Cancel
Save