Bug 18611 - Create labels action fails in manage-marc-import.pl if an item has been...
[koha.git] / Koha / Biblios.pm
index cba48ea..49cfc2c 100644 (file)
@@ -1,6 +1,6 @@
 package Koha::Biblios;
 
-# Copyright ByWater Solutions 2014
+# Copyright ByWater Solutions 2015
 #
 # This file is part of Koha.
 #
@@ -41,7 +41,7 @@ Koha::Biblios - Koha Biblio object set class
 
 =cut
 
-sub type {
+sub _type {
     return 'Biblio';
 }