X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_refund.pm;h=106ccd3c34f0b0dc157157768eddc838e991366f;hp=b9f48db5c03b68c853202d236d8d13621b56ec5a;hb=c0c6e34a0818945d86165b47adcddfea91f3f7e4;hpb=cfe85e45bcba97089988b4dc22a895aec687f2c3 diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm index b9f48db5c..106ccd3c3 100644 --- a/FS/FS/cust_refund.pm +++ b/FS/FS/cust_refund.pm @@ -45,6 +45,8 @@ inherits from FS::Record. The following fields are currently supported: =item refund - Amount of the refund +=item reason - Reason for the refund + =item _date - specified as a UNIX timestamp; see L. Also see L and L for conversion functions. @@ -194,6 +196,7 @@ sub check { $self->ut_numbern('refundnum') || $self->ut_numbern('custnum') || $self->ut_money('refund') + || $self->ut_text('reason') || $self->ut_numbern('_date') || $self->ut_textn('paybatch') || $self->ut_enum('closed', [ '', 'Y' ])