From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 16:33:16 +0000 Subject: - web interface for hourly account charges! (FS::cust_pkg, FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug now dumps all SQL - new FS::cust_main methods: ->cancel, ->invoicing_list_addpost - start of a billing event web interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments --- httemplate/docs/man/FS/svc_Common.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'httemplate/docs/man/FS/svc_Common.html') 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

-- cgit v1.2.1