X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg_detail.pm;h=eb0ae967773056f294684ef296333e10e35a0112;hb=72deba42ac5847c2a6bdeea20157035b8f9df7ae;hp=7badaa3b9a33d1428646a6411df62399272fc827;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/FS/FS/cust_bill_pkg_detail.pm b/FS/FS/cust_bill_pkg_detail.pm index 7badaa3b9..eb0ae9677 100644 --- a/FS/FS/cust_bill_pkg_detail.pm +++ b/FS/FS/cust_bill_pkg_detail.pm @@ -55,6 +55,10 @@ inherits from FS::Record. The following fields are currently supported: =item phonenum - +=item accountcode - accountcode + +=item startdate - CDR startdate, if any + =item detail - detail description =back @@ -137,6 +141,7 @@ sub check { || $self->ut_enum('format', [ '', 'C' ] ) || $self->ut_numbern('duration') || $self->ut_textn('regionname') + || $self->ut_textn('accountcode') || $self->ut_text('detail') || $self->ut_foreign_keyn('classnum', 'usage_class', 'classnum') || $self->$phonenum_check_method('phonenum')