diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill_event.pm | 4 |
1 files changed, 4 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 |