View | Details | Raw Unified | Return to bug 32351
Collapse All | Expand All

(-)a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t (-2 / +1 lines)
Lines 49-55 my $guarantee = $builder->build_object( Link Here
49
    {
49
    {
50
        class => 'Koha::Patrons',
50
        class => 'Koha::Patrons',
51
        value => {
51
        value => {
52
            patron_category => $patron_category->{categorycode},
52
            categorycode => $patron_category->{categorycode},
53
        }
53
        }
54
    }
54
    }
55
);
55
);
56
- 

Return to bug 32351