Bug 16088: Introduce Koha::Cache::Memory::Lite to cache the language
[koha.git] / Koha / AuthorisedValue.pm
index 6b7b3ab..910b3da 100644 (file)
@@ -27,7 +27,7 @@ use base qw(Koha::Object);
 
 =head1 NAME
 
-Koha::AuthorisedValue - Koha Authorised Value Object class
+Koha::AuthorisedValue - Koha Authorised value Object class
 
 =head1 API
 
@@ -88,7 +88,7 @@ sub add_branch_limitation {
     return $limitation ? 1 : undef;
 }
 
-=head3 add_branch_limitation
+=head3 del_branch_limitation
 
 $av->del_branch_limitation( $branchcode );
 
@@ -164,7 +164,7 @@ sub _avb_resultset {
 
 =cut
 
-sub type {
+sub _type {
     return 'AuthorisedValue';
 }