Bug 14695 [QA Followup] - Fix method names 'type' to '_type'
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 18 Apr 2016 14:18:07 +0000 (14:18 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Sat, 3 Sep 2016 00:21:22 +0000 (00:21 +0000)
Signed-off-by: Jason M. Burds <JBurds@dubuque.lib.ia.us>
Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>
Koha/Old/Hold.pm
Koha/Old/Holds.pm

index ede5833..876bb6d 100644 (file)
@@ -38,7 +38,7 @@ This object represents a hold that has been filled or canceled
 
 =cut
 
-sub type {
+sub _type {
     return 'OldReserve';
 }
 
index 16fce12..d5fcd77 100644 (file)
@@ -43,7 +43,7 @@ This object represents a set of holds that have been filled or canceled
 
 =cut
 
-sub type {
+sub _type {
     return 'OldReserve';
 }