Bug 7677 [QA Followup] - Replace GetItemnumberFromSerialId with use of Koha::Serial...
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Fri, 3 Jun 2016 13:56:36 +0000 (15:56 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 12 Sep 2016 09:13:57 +0000 (09:13 +0000)
 - use _type instead of type (see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15446 )

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Koha/Serial/Items.pm

index fbd6227..6605a2f 100644 (file)
@@ -41,7 +41,7 @@ Koha::Serial::Items - Koha Serial Items Object class
 
 =cut
 
-sub type {
+sub _type {
     return 'Serialitem';
 }