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

(-)a/Koha/Template/Plugin/Categories.pm (-1 / +6 lines)
Lines 26-31 sub all { Link Here
26
    return Koha::Patron::Categories->search_limited;
26
    return Koha::Patron::Categories->search_limited;
27
}
27
}
28
28
29
sub GetName {
30
    my ( $self, $categorycode ) = @_;
31
32
    return Koha::Patron::Categories->find( $categorycode )->description;
33
}
34
29
1;
35
1;
30
36
31
=head1 NAME
37
=head1 NAME
32
- 

Return to bug 15407