From 6249e25fd9473cf832eb7b1600b44a4d57407d6a Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Fri, 3 Jun 2016 15:56:36 +0200 Subject: [PATCH] Bug 7677 [QA Followup] - Replace GetItemnumberFromSerialId with use of Koha::Serial::Item(s) - use _type instead of type (see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15446 ) --- Koha/Serial/Items.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Serial/Items.pm b/Koha/Serial/Items.pm index fbd6227..6605a2f 100644 --- a/Koha/Serial/Items.pm +++ b/Koha/Serial/Items.pm @@ -41,7 +41,7 @@ Koha::Serial::Items - Koha Serial Items Object class =cut -sub type { +sub _type { return 'Serialitem'; } -- 1.7.10.4