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

(-)a/Koha/Club/Field.pm (-2 / +1 lines)
Lines 46-52 Represents the value set at creation time for a Koha::Club::Template::Field Link Here
46
sub club_template_field {
46
sub club_template_field {
47
    my ( $self ) = @_;
47
    my ( $self ) = @_;
48
48
49
    return Koha::Club::Template::Fields->find( $self->club_template_field_id );
49
    return scalar Koha::Club::Template::Fields->find( $self->club_template_field_id );
50
}
50
}
51
51
52
=head3 type
52
=head3 type
53
- 

Return to bug 19214