From 17314efb9a6c747cec6e1a62aae448912a4d4441 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sat, 29 Sep 2018 17:41:08 -0300 Subject: [PATCH] Bug 18887: Fix POD c/p issues Signed-off-by: Josef Moravec --- Koha/CirculationRule.pm | 2 +- Koha/CirculationRules.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/CirculationRule.pm b/Koha/CirculationRule.pm index 918385c..5206c7d 100644 --- a/Koha/CirculationRule.pm +++ b/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 diff --git a/Koha/CirculationRules.pm b/Koha/CirculationRules.pm index d594c1d..c34fd28 100644 --- a/Koha/CirculationRules.pm +++ b/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 -- 2.1.4