diff options
-rw-r--r-- | FS/FS/svc_acct.pm | 6 | ||||
-rw-r--r-- | httemplate/docs/schema.html | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index a4ce3f7c9..8a4d69347 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -118,6 +118,10 @@ FS::svc_Common. The following fields are currently supported: =item slipip - IP address +=item seconds - + +=item domsvc - svcnum from svc_domain + =item radius_I<Radius_Attribute> - I<Radius-Attribute> =item domsvc - service number of svc_domain with which to associate @@ -633,7 +637,7 @@ sub email { =head1 VERSION -$Id: svc_acct.pm,v 1.30 2001-09-06 20:41:59 ivan Exp $ +$Id: svc_acct.pm,v 1.31 2001-09-06 21:20:58 ivan Exp $ =head1 BUGS diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index 59d68b718..32c365ec3 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -249,7 +249,10 @@ <li>shell <li>quota - (unimplementd) <li>slipip - IP address - <li>radius_<i>Radius_Attribute</i> - Radius-Attribute + <li>seconds + <li>domsvc + <li>radius_<i>Radius_Reply_Attribute</i> - Radius-Reply-Attribute + <li>rc_<i>Radius_Check_Attribute</i> - Radius-Check-Attribute </ul> <li><a name="svc_acct_pop" href="man/FS/svc_acct_pop.html">svc_acct_pop</a> - Points of Presence <ul> |