summaryrefslogtreecommitdiff
path: root/htdocs/docs/man/svc_acct_sm.txt
diff options
context:
space:
mode:
authorivan <ivan>1999-02-09 09:38:15 +0000
committerivan <ivan>1999-02-09 09:38:15 +0000
commit9e95f24c0c93f9ca0c8d07041478bc1b36c571d8 (patch)
treee4a04129dccc6958aa7fb5093237a80f94d195b7 /htdocs/docs/man/svc_acct_sm.txt
parent2d5b6a99008439861b047739d1064fd828eccc7d (diff)
regenerated perl api docs from embedded pod
Diffstat (limited to 'htdocs/docs/man/svc_acct_sm.txt')
-rw-r--r--htdocs/docs/man/svc_acct_sm.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/htdocs/docs/man/svc_acct_sm.txt b/htdocs/docs/man/svc_acct_sm.txt
index e9940af9a..f260d9f75 100644
--- a/htdocs/docs/man/svc_acct_sm.txt
+++ b/htdocs/docs/man/svc_acct_sm.txt
@@ -4,8 +4,8 @@ NAME
SYNOPSIS
use FS::svc_acct_sm;
- $record = create FS::svc_acct_sm \%hash;
- $record = create FS::svc_acct_sm { 'column' => 'value' };
+ $record = new FS::svc_acct_sm \%hash;
+ $record = new FS::svc_acct_sm { 'column' => 'value' };
$error = $record->insert;
@@ -31,7 +31,7 @@ DESCRIPTION
domuid - uid of the target account (see the FS::svc_acct manpage)
domuser - virtual username
METHODS
- create HASHREF
+ new HASHREF
Creates a new virtual mail alias. To add the virtual mail
alias to the database, see the section on "insert".
@@ -93,11 +93,14 @@ METHODS
Sets any fixed values; see the FS::part_svc manpage.
-BUGS
- It doesn't properly override FS::Record yet.
+VERSION
+ $Id: svc_acct_sm.txt,v 1.2 1999-02-09 09:38:13 ivan Exp $
+BUGS
The remote commands should be configurable.
+ The $recref stuff in sub check should be cleaned up.
+
SEE ALSO
the FS::Record manpage, the FS::Conf manpage, the FS::cust_svc
manpage, the FS::part_svc manpage, the FS::cust_pkg manpage, the