summaryrefslogtreecommitdiff
path: root/FS/FS/svc_Common.pm
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-11 04:28:22 +0000
committerjeff <jeff>2007-04-11 04:28:22 +0000
commit5a322e9cf2be599b4c6bcf3959178506dd5992be (patch)
tree3c268765b5b416abc0f3095cd426e8a157e2c3a0 /FS/FS/svc_Common.pm
parent8ac30110a4643b9083cc1fb91f672d7297161852 (diff)
usage suspend vs admin suspend -- avoid actual cust_pkg::suspend except legacy cases
Diffstat (limited to 'FS/FS/svc_Common.pm')
-rw-r--r--FS/FS/svc_Common.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm
index f60a7d945..52226d20b 100644
--- a/FS/FS/svc_Common.pm
+++ b/FS/FS/svc_Common.pm
@@ -735,6 +735,17 @@ sub export {
}
+=item overlimit
+
+Sets or retrieves overlimit date.
+
+=cut
+
+sub overlimit {
+ my $self = shift;
+ $self->cust_svc->overlimit(@_);
+}
+
=item cancel
Stub - returns false (no error) so derived classes don't need to define this