From b090b1c6e860ded2f3388c31ea6ddfb994232df6 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 --- C4/Serials.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/C4/Serials.pm b/C4/Serials.pm index 5709519ab8..aedc9c536a 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -1778,12 +1778,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.39.2