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

(-)a/Koha/Printer.pm (-2 / +2 lines)
Lines 108-118 sub print { Link Here
108
    return ( $result eq '1', $error );
108
    return ( $result eq '1', $error );
109
}
109
}
110
110
111
=head3 type
111
=head3 _type
112
112
113
=cut
113
=cut
114
114
115
sub type {
115
sub _type {
116
    return 'Printer';
116
    return 'Printer';
117
}
117
}
118
118
(-)a/Koha/Printers.pm (-3 / +2 lines)
Lines 37-47 Koha::Printer - Koha Printer Object set class Link Here
37
37
38
=cut
38
=cut
39
39
40
=head3 type
40
=head3 _type
41
41
42
=cut
42
=cut
43
43
44
sub type {
44
sub _type {
45
    return 'Printer';
45
    return 'Printer';
46
}
46
}
47
47
48
- 

Return to bug 8352