From b42b743c7ebe2ac8d5372d5c194264c9b52a0633 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 26 Apr 2009 09:48:41 -0500 Subject: [PATCH] improved POD for C4::Serials::HasSubscriptionExpired() Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- C4/Serials.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/C4/Serials.pm b/C4/Serials.pm index 8fe5019e5b..7261785aae 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -1777,12 +1777,14 @@ sub ItemizeSerials { =over 4 -1 or 0 = HasSubscriptionExpired($subscriptionid) +$has_expired = HasSubscriptionExpired($subscriptionid) the subscription has expired when the next issue to arrive is out of subscription limit. return : -1 if true, 0 if false. +0 if the subscription has not expired +1 if the subscription has expired +2 if has subscription does not have a valid expiration date set =back -- 2.20.1