summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorivan <ivan>2000-07-04 13:42:37 +0000
committerivan <ivan>2000-07-04 13:42:37 +0000
commit24a036da06d8418666d966895aa94cf0675318fd (patch)
treeafd50c663e87e25e7576f9043bd3cb77b05bcb99 /FS/FS/svc_acct.pm
parent3b998c1d6a308992f368d32c5dd5c901f262fed8 (diff)
noted a API inconsistancy
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 26c634b..a59d863 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -472,7 +472,7 @@ sub radius {
=head1 VERSION
-$Id: svc_acct.pm,v 1.7 2000-06-29 11:56:52 ivan Exp $
+$Id: svc_acct.pm,v 1.8 2000-07-04 13:42:37 ivan Exp $
=head1 BUGS
@@ -482,6 +482,10 @@ The bits which ssh should fork before doing so.
The $recref stuff in sub check should be cleaned up.
+The suspend, unsuspend and cancel methods update the database, but not the
+current object. This is probably a bug as it's unexpected and
+counterintuitive.
+
=head1 SEE ALSO
L<FS::svc_Common>, L<FS::Record>, L<FS::Conf>, L<FS::cust_svc>,