Bug 15446 [QA Followup] - Update new classes
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 11 Feb 2016 10:02:56 +0000 (10:02 +0000)
committerJesse Weaver <jweaver@bywatersolutions.com>
Fri, 12 Feb 2016 19:35:57 +0000 (12:35 -0700)
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>

Koha/ItemType.pm
Koha/ItemTypes.pm
Koha/Libraries.pm
Koha/Library.pm
Koha/LibraryCategories.pm
Koha/LibraryCategory.pm

index ca9302d..99c0728 100644 (file)
@@ -83,7 +83,7 @@ sub translated_descriptions {
 
 =cut
 
-sub type {
+sub _type {
     return 'Itemtype';
 }
 
index afa25d0..92fea9c 100644 (file)
@@ -39,7 +39,7 @@ Koha::ItemTypes - Koha ItemType Object set class
 
 =cut
 
-sub type {
+sub _type {
     return 'Itemtype';
 }
 
index eeb3213..9f4831c 100644 (file)
@@ -41,7 +41,7 @@ Koha::Libraries - Koha Library Object set class
 
 =cut
 
-sub type {
+sub _type {
     return 'Branch';
 }
 
index 7420c6a..44088ea 100644 (file)
@@ -58,7 +58,7 @@ sub add_to_categories {
 
 =cut
 
-sub type {
+sub _type {
     return 'Branch';
 }
 
index bacbbad..f299a6c 100644 (file)
@@ -41,7 +41,7 @@ Koha::LibraryCategories - Koha Library Category Object set class
 
 =cut
 
-sub type {
+sub _type {
     return 'Branchcategory';
 }
 
index f675d89..030b6c1 100644 (file)
@@ -51,7 +51,7 @@ sub branchcodes{
 
 =cut
 
-sub type {
+sub _type {
     return 'Branchcategory';
 }