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

(-)a/Koha/MarcModificationTemplates.pm (+4 lines)
Lines 43-48 sub _type { Link Here
43
    return 'MarcModificationTemplate';
43
    return 'MarcModificationTemplate';
44
}
44
}
45
45
46
=head3 object_class
47
48
=cut
49
46
sub object_class {
50
sub object_class {
47
    return 'Koha::MarcModificationTemplate';
51
    return 'Koha::MarcModificationTemplate';
48
}
52
}

Return to bug 18138