From 66da460208ce6d90d40b3b1563884ae8f1b241b5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 17 Jun 2020 14:04:14 +0100 Subject: [PATCH] Bug 25723: (QA follow-up) Silent POD warning I didn't introduce the method that is warned about, but adding POD for it seemed reasonable and will silence the QA Script warning. Signed-off-by: Emma Perks https://bugs.koha-community.org/show_bug.cgi?id=14315 --- Koha/Calendar.pm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Koha/Calendar.pm b/Koha/Calendar.pm index 8a6e53a0b3..09f66b0062 100644 --- a/Koha/Calendar.pm +++ b/Koha/Calendar.pm @@ -493,6 +493,15 @@ representing the previous open day after subtracting the number of passed days. It is intended for use to calculate the due date when useDaysMode syspref is set to either 'Datedue', 'Calendar' or 'Dayweek'. +=head2 days_forward + +$datetime = $calendar->days_forward($start_dt, $to_add) + +Passed a Datetime and number of days, returns another Datetime representing +the next open day after adding the passed number of days. It is intended for +use to calculate the due date when useDaysMode syspref is set to either +'Datedue', 'Calendar' or 'Dayweek'. + =head2 set_daysmode For testing only allows the calling script to change days mode -- 2.20.1