X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fpart_svc.html;h=0f5126f817116675bc22425aa4195e7997514ba1;hp=ca0a5dc7136d0a65d0ed43373c642ca3ae12b005;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 diff --git a/httemplate/docs/man/FS/part_svc.html b/httemplate/docs/man/FS/part_svc.html index ca0a5dc71..0f5126f81 100644 --- a/httemplate/docs/man/FS/part_svc.html +++ b/httemplate/docs/man/FS/part_svc.html @@ -31,8 +31,8 @@
   use FS::part_svc;
-  $record = new FS::part_referral \%hash
-  $record = new FS::part_referral { 'column' => 'value' };
+ $record = new FS::part_svc \%hash + $record = new FS::part_svc { 'column' => 'value' };
   $error = $record->insert;
@@ -52,11 +52,9 @@ FS::Record.  The following fields are currently supported:

svc - text name of this service definition
svcdb - table used for this service. See the FS::svc_acct manpage, -the FS::svc_domain manpage, and the FS::svc_acct_sm manpage, among others.
+the FS::svc_domain manpage, and the FS::svc_forward manpage, among others.
-
svcdb__field - Default or fixed value for field in svcdb.
-
-
svcdb__field_flag - defines svcdb__field action: null, `D' for default, or `F' for fixed
+
disabled - Disabled flag, empty or `Y'

@@ -73,6 +71,10 @@ database, see insert. Adds this service definition to the database. If there is an error, returns the error, otherwise returns false.

+
svcdb__field - Default or fixed value for field in svcdb.
+
+
svcdb__field_flag - defines svcdb__field action: null, `D' for default, or `F' for fixed
+
delete
Currently unimplemented. @@ -87,11 +89,19 @@ returns the error, otherwise returns false. Checks all fields to make sure this is a valid service definition. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods. -

+

+
part_svc_column COLUMNNAME
+
+Returns the part_svc_column object (see the FS::part_svc_column manpage) for the given +COLUMNNAME, or a new part_svc_column object if none exists. +

+
all_part_svc_column
+
+


VERSION

-

$Id: part_svc.html,v 1.1 2001-07-30 07:36:03 ivan Exp $

+

$Id: part_svc.html,v 1.3 2002-01-29 17:42:46 ivan Exp $


BUGS

@@ -101,9 +111,9 @@ should be fixed.


SEE ALSO

-

the FS::Record manpage, the FS::part_pkg manpage, the FS::pkg_svc manpage, the FS::cust_svc manpage, -the FS::svc_acct manpage, the FS::svc_acct_sm manpage, the FS::svc_domain manpage, schema.html from the -base documentation.

+

the FS::Record manpage, the FS::part_svc_column manpage, the FS::part_pkg manpage, the FS::pkg_svc manpage, +the FS::cust_svc manpage, the FS::svc_acct manpage, the FS::svc_forward manpage, the FS::svc_domain manpage, +schema.html from the base documentation.