diff options
author | ivan <ivan> | 2003-05-13 06:01:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-13 06:01:53 +0000 |
commit | d1fe599b5646d693c99908b0288a76744103b5a2 (patch) | |
tree | 550c96c8192aeb0c76968f0e53a6c05e9a83b130 /FS | |
parent | 6e2a0edcc8659e18af767a2d5305b450092b3542 (diff) |
- document missing fields in cust_bill_event
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 |