From: ivan Date: Tue, 13 May 2003 06:01:56 +0000 (+0000) Subject: - document missing fields in cust_bill_event X-Git-Tag: freeside_1_4_1rc3~5 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d2ef6b1931b309317d5f37fd53f895510afd7c4e;p=freeside.git - document missing fields in cust_bill_event - missing pod =cut masking FS::svc_acct::cust_svc --- diff --git a/FS/FS/cust_bill_event.pm b/FS/FS/cust_bill_event.pm index 44e4d4797..c97734780 100644 --- a/FS/FS/cust_bill_event.pm +++ b/FS/FS/cust_bill_event.pm @@ -44,6 +44,10 @@ currently supported: =item _date - specified as a UNIX timestamp; see L. Also see L and L for conversion functions. +=item status - event status: B or B + +=item statustext - additional status detail (i.e. error message) + =back =head1 METHODS diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 1a36fa36a..7be4a71e2 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -935,6 +935,8 @@ sub svc_domain { Returns the FS::cust_svc record for this account (see L). +=cut + sub cust_svc { my $self = shift; qsearchs( 'cust_svc', { 'svcnum' => $self->svcnum } );