Bug 12478 - authorities can now be stored in ES
[srvgit] / Koha / Holds.pm
index 41ab3f6..d1d8b29 100644 (file)
@@ -53,7 +53,7 @@ sub waiting {
 
 =cut
 
-sub type {
+sub _type {
     return 'Reserve';
 }