From 86b17d5e2ef5dfea1f909cea4d7f40c77cbb4f02 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 --- C4/Serials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Serials.pm b/C4/Serials.pm index c001f90..237e459 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 -- 1.9.1