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

(-)a/Koha/AuthorisedValueCategory.pm (-2 / +1 lines)
Lines 47-53 sub delete { Link Here
47
    return $self->SUPER::delete;
47
    return $self->SUPER::delete;
48
}
48
}
49
49
50
=head3 authorized_values
50
=head3 values
51
51
52
Returns values within the category at hand.
52
Returns values within the category at hand.
53
53
54
- 

Return to bug 31503