From b9a3b8593b07ab3feff8a2a73b8dfc8a2ee7d65b Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Fri, 3 Jun 2016 15:56:36 +0200 Subject: [PATCH] [PASSED QA] 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 ) Signed-off-by: Katrin Fischer --- 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'; } -- 2.7.4