summaryrefslogtreecommitdiff
path: root/htdocs/docs/man/cust_svc.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/cust_svc.txt
parent2d5b6a99008439861b047739d1064fd828eccc7d (diff)
regenerated perl api docs from embedded pod
Diffstat (limited to 'htdocs/docs/man/cust_svc.txt')
-rw-r--r--htdocs/docs/man/cust_svc.txt23
1 files changed, 15 insertions, 8 deletions
diff --git a/htdocs/docs/man/cust_svc.txt b/htdocs/docs/man/cust_svc.txt
index adc1ca23f..206d9d34b 100644
--- a/htdocs/docs/man/cust_svc.txt
+++ b/htdocs/docs/man/cust_svc.txt
@@ -4,8 +4,8 @@ NAME
SYNOPSIS
use FS::cust_svc;
- $record = create FS::cust_svc \%hash
- $record = create FS::cust_svc { 'column' => 'value' };
+ $record = new FS::cust_svc \%hash
+ $record = new FS::cust_svc { 'column' => 'value' };
$error = $record->insert;
@@ -25,7 +25,7 @@ DESCRIPTION
pkgnum - Package (see the FS::cust_pkg manpage)
svcpart - Service definition (see the FS::part_svc manpage)
METHODS
- create HASHREF
+ new HASHREF
Creates a new service. To add the refund to the database,
see the section on "insert". Services are normally created
by creating FS::svc_ objects (see the FS::svc_acct manpage,
@@ -59,6 +59,9 @@ METHODS
or mail alias) - The table name (i.e. svc_domain) for this
service
+VERSION
+ $Id: cust_svc.txt,v 1.4 1999-04-08 13:39:32 ivan Exp $
+
BUGS
Behaviour of changing the svcpart of cust_svc records is
undefined and should possibly be prohibited, and pkg_svc records
@@ -66,6 +69,9 @@ BUGS
pkg_svc records are not checked in general (here).
+ Deleting this record doesn't check or delete the svc_* record
+ associated with this record.
+
SEE ALSO
the FS::Record manpage, the FS::cust_pkg manpage, the
FS::part_svc manpage, the FS::pkg_svc manpage, schema.html from
@@ -79,11 +85,12 @@ HISTORY
pod ivan@sisd.com 98-sep-21
$Log: cust_svc.txt,v $
- Revision 1.2 1998-11-13 09:56:41 ivan
- change configuration file layout to support multiple distinct databases (with
- own set of config files, export, etc.)
- Revision 1.4 1998/11/12 07:58:15 ivan
- added svcdb to label
+ Revision 1.4 1999-04-08 13:39:32 ivan
+ convert from pod for 1.2.0 release
+ Revision 1.5 1998/12/29 11:59:47 ivan
+ mostly properly OO, some work still to be done with svc_ stuff
+
+ Revision 1.4 1998/11/12 07:58:15 ivan added svcdb to label
Revision 1.3 1998/11/12 03:45:38 ivan use FS::table_name for all
tables qsearch()'ed