From 302e082086a6712f36120dca34f72bdf734db8b3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 19 Nov 2015 14:47:43 +0100 Subject: [PATCH] Bug 14870: QA follow-up - fixing tiny typo Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- C4/Serials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Serials.pm b/C4/Serials.pm index c001f90253..237e459b84 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -863,7 +863,7 @@ $subscription is a hashref containing all the attributes of the table 'subscription'. $pattern is a hashref containing all the attributes of the table 'subscription_numberpatterns'. -$planneddate is a date sting in iso format. +$planneddate is a date string in iso format. This function get the next issue for the subscription given on input arg =cut -- 2.20.1