@@ -, +, @@ --- C4/Serials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Serials.pm +++ a/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 --