Bug 18887: Fix POD c/p issues
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 29 Sep 2018 20:41:08 +0000 (17:41 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 3 Oct 2018 17:58:16 +0000 (17:58 +0000)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/CirculationRule.pm
Koha/CirculationRules.pm

index 918385c..5206c7d 100644 (file)
@@ -27,7 +27,7 @@ use Koha::ItemTypes;
 
 =head1 NAME
 
-Koha::Hold - Koha Hold object class
+Koha::CirculationRule - Koha CirculationRule  object class
 
 =head1 API
 
index d594c1d..c34fd28 100644 (file)
@@ -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