summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-05-13 06:01:56 +0000
committerivan <ivan>2003-05-13 06:01:56 +0000
commitd2ef6b1931b309317d5f37fd53f895510afd7c4e (patch)
tree7684a3d8882317db837b96d1c4c00957a0c2be9a
parentb1b0bc8141aeaac3bdfc8261c20960b5cb14c352 (diff)
- document missing fields in cust_bill_event
- missing pod =cut masking FS::svc_acct::cust_svc
-rw-r--r--FS/FS/cust_bill_event.pm4
-rw-r--r--FS/FS/svc_acct.pm2
2 files changed, 6 insertions, 0 deletions
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<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
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<FS::cust_svc>).
+=cut
+
sub cust_svc {
my $self = shift;
qsearchs( 'cust_svc', { 'svcnum' => $self->svcnum } );