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

(-)a/Koha/Authority/Subfields.pm (+4 lines)
Lines 39-44 sub _type { Link Here
39
    return 'AuthSubfieldStructure';
39
    return 'AuthSubfieldStructure';
40
}
40
}
41
41
42
=head3 object_class
43
44
=cut
45
42
sub object_class {
46
sub object_class {
43
    return 'Koha::Authority::Subfield';
47
    return 'Koha::Authority::Subfield';
44
}
48
}
(-)a/Koha/Authority/Tags.pm (-1 / +4 lines)
Lines 39-44 sub _type { Link Here
39
    return 'AuthTagStructure';
39
    return 'AuthTagStructure';
40
}
40
}
41
41
42
=head3 object_class
43
44
=cut
45
42
sub object_class {
46
sub object_class {
43
    return 'Koha::Authority::Tag';
47
    return 'Koha::Authority::Tag';
44
}
48
}
45
- 

Return to bug 18811