@@ -, +, @@ --- Koha/CirculationRule.pm | 2 +- Koha/CirculationRules.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/Koha/CirculationRule.pm +++ a/Koha/CirculationRule.pm @@ -27,7 +27,7 @@ use Koha::ItemTypes; =head1 NAME -Koha::Hold - Koha Hold object class +Koha::CirculationRule - Koha CirculationRule object class =head1 API --- a/Koha/CirculationRules.pm +++ a/Koha/CirculationRules.pm @@ -28,7 +28,7 @@ use base qw(Koha::Objects); =head1 NAME -Koha::IssuingRules - Koha IssuingRule Object set class +Koha::CirculationRules - Koha CirculationRule Object set class =head1 API --