Bug 15707: Fix conflict with bug 15446 (type vs _type)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Feb 2016 17:24:35 +0000 (17:24 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Feb 2018 18:05:53 +0000 (15:05 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Library/Group.pm
Koha/Library/Groups.pm

index 144ee30..ad2063b 100644 (file)
@@ -108,7 +108,7 @@ sub store {
 
 =cut
 
-sub type {
+sub _type {
     return 'LibraryGroup';
 }
 
index b56baae..9b1356a 100644 (file)
@@ -49,7 +49,7 @@ sub get_root_groups {
 
 =cut
 
-sub type {
+sub _type {
     return 'LibraryGroup';
 }