@@ -, +, @@ --- Koha/Printer.pm | 4 ++-- Koha/Printers.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/Koha/Printer.pm +++ a/Koha/Printer.pm @@ -108,11 +108,11 @@ sub print { return ( $result eq '1', $error ); } -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Printer'; } --- a/Koha/Printers.pm +++ a/Koha/Printers.pm @@ -37,11 +37,11 @@ Koha::Printer - Koha Printer Object set class =cut -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Printer'; } --