X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fsvc_Common.html;h=ccac5efa0a8ed03d9d67ed21f36f1de52e218eb9;hp=100aee8801b2576eaf51743328a43984b554be2d;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 diff --git a/httemplate/docs/man/FS/svc_Common.html b/httemplate/docs/man/FS/svc_Common.html index 100aee880..ccac5efa0 100644 --- a/httemplate/docs/man/FS/svc_Common.html +++ b/httemplate/docs/man/FS/svc_Common.html @@ -64,6 +64,11 @@ Sets all fields to their defaults (see the FS::p current values. If there is an error, returns the error, otherwise returns the FS::part_svc object (use ref() to test the return).

+
cust_svc
+
+Returns the cust_svc record associated with this svc_ record, as a FS::cust_svc +object (see the FS::cust_svc manpage). +

suspend
unsuspend
@@ -76,13 +81,11 @@ methods. Called by the cancel method of FS::cust_pkg (see VERSION -

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

+

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


BUGS

The setfixed method return value.

-

The new method should set defaults from part_svc (like the check method -sets fixed values)?


SEE ALSO