From 0bb8b98659f0296cd290bdba06f114f84b0938b3 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 11 Apr 2018 17:52:56 +0100 Subject: [PATCH] Bug 11897: (QA follow-up) Fix POD failures - add empty pod blocks for internal object_class methods --- Koha/StockRotationItems.pm | 4 ++++ Koha/StockRotationRotas.pm | 4 ++++ Koha/StockRotationStages.pm | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Koha/StockRotationItems.pm b/Koha/StockRotationItems.pm index 8fde691ae4..c78c2676c3 100644 --- a/Koha/StockRotationItems.pm +++ b/Koha/StockRotationItems.pm @@ -51,6 +51,10 @@ sub _type { return 'Stockrotationitem'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::StockRotationItem'; } diff --git a/Koha/StockRotationRotas.pm b/Koha/StockRotationRotas.pm index c308a9246b..ba905ff2ed 100644 --- a/Koha/StockRotationRotas.pm +++ b/Koha/StockRotationRotas.pm @@ -88,6 +88,10 @@ sub _type { return 'Stockrotationrota'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::StockRotationRota'; } diff --git a/Koha/StockRotationStages.pm b/Koha/StockRotationStages.pm index 00faaab28d..1b8599926b 100644 --- a/Koha/StockRotationStages.pm +++ b/Koha/StockRotationStages.pm @@ -73,6 +73,10 @@ sub _type { return 'Stockrotationstage'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::StockRotationStage'; } -- 2.14.2