Bug 32351: Fix t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
8455c0b83d
commit
3200c18e7d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ my $guarantee = $builder->build_object(
|
|||
{
|
||||
class => 'Koha::Patrons',
|
||||
value => {
|
||||
patron_category => $patron_category->{categorycode},
|
||||
categorycode => $patron_category->{categorycode},
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue