From d2ef6b1931b309317d5f37fd53f895510afd7c4e Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 13 May 2003 06:01:56 +0000 Subject: [PATCH] - document missing fields in cust_bill_event - missing pod =cut masking FS::svc_acct::cust_svc --- FS/FS/cust_bill_event.pm | 4 ++++ FS/FS/svc_acct.pm | 2 ++ 2 files changed, 6 insertions(+) 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 } ); -- 2.20.1