From 5866953801bcf7e33b7b7836a88375e27aacde61 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Feb 2016 14:18:08 +0000 Subject: [PATCH] Bug 8352: Fix type vs _type for bug 15446 --- Koha/Printer.pm | 4 ++-- Koha/Printers.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Printer.pm b/Koha/Printer.pm index f675b6d..d54828c 100644 --- a/Koha/Printer.pm +++ b/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'; } diff --git a/Koha/Printers.pm b/Koha/Printers.pm index a67da1a..5e9f73d 100644 --- a/Koha/Printers.pm +++ b/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'; } -- 2.7.0