X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcdr_termination.pm;h=0209f0d0cd5175aa2de49afb3fb09ffc0174dafb;hp=e0cde6e97297220dfaa4ee9fa72e2ffbfa5d2c42;hb=674cb2d9d7105f4cc2871539b2e9f7088cdaa750;hpb=63a268637b2d51a8766412617724b9436439deb6 diff --git a/FS/FS/cdr_termination.pm b/FS/FS/cdr_termination.pm index e0cde6e97..0209f0d0c 100644 --- a/FS/FS/cdr_termination.pm +++ b/FS/FS/cdr_termination.pm @@ -51,6 +51,9 @@ rated_price status +=item svcnum + +svc_phone record associated with this transaction, if there is one. =back @@ -116,8 +119,8 @@ sub check { || $self->ut_foreign_key('acctid', 'cdr', 'acctid') #|| $self->ut_foreign_key('termpart', 'part_termination', 'termpart') || $self->ut_number('termpart') - || $self->ut_float('rated_price') - || $self->ut_enum('status', [ '', 'done' ] ) # , 'skipped' ] ) + || $self->ut_floatn('rated_price') + || $self->ut_enum('status', [ '', 'processing-tiered', 'done' ] ) # , 'skipped' ] ) ; return $error if $error;