Bug 15632 [QA Followup] - Change method type to _type for bug 15446
[koha.git] / Koha / Borrower.pm
index 6604b8a..d058301 100644 (file)
@@ -51,7 +51,7 @@ sub guarantor {
 
 =cut
 
-sub type {
+sub _type {
     return 'Borrower';
 }