- document missing fields in cust_bill_event
authorivan <ivan>
Tue, 13 May 2003 06:01:56 +0000 (06:01 +0000)
committerivan <ivan>
Tue, 13 May 2003 06:01:56 +0000 (06:01 +0000)
- missing pod =cut masking FS::svc_acct::cust_svc

FS/FS/cust_bill_event.pm
FS/FS/svc_acct.pm

index 44e4d47..c977347 100644 (file)
@@ -44,6 +44,10 @@ currently supported:
 =item _date - specified as a UNIX timestamp; see L<perlfunc/"time">.  Also see
 L<Time::Local> and L<Date::Parse> for conversion functions.
 
+=item status - event status: B<done> or B<failed>
+
+=item statustext - additional status detail (i.e. error message)
+
 =back
 
 =head1 METHODS
index 1a36fa3..7be4a71 100644 (file)
@@ -935,6 +935,8 @@ sub svc_domain {
 
 Returns the FS::cust_svc record for this account (see L<FS::cust_svc>).
 
+=cut
+
 sub cust_svc {
   my $self = shift;
   qsearchs( 'cust_svc', { 'svcnum' => $self->svcnum } );