X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_refund.pm;h=fe0652b518808f474660120fe57f6d1aaea49d86;hb=29a4b8acd37e4d6bc7bea9265974f9db65e9d49f;hp=aa81003b10dcdd3361d1f9267b96dbdfc59cc113;hpb=45c50af0cb0755993fa204d66cb55b3c3050487d;p=freeside.git diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm index aa81003b1..fe0652b51 100644 --- a/FS/FS/cust_refund.pm +++ b/FS/FS/cust_refund.pm @@ -44,6 +44,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. @@ -221,6 +223,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' ]) @@ -265,10 +268,6 @@ sub check { =back -=head1 VERSION - -$Id: cust_refund.pm,v 1.18.4.2 2002-11-19 09:52:02 ivan Exp $ - =head1 BUGS Delete and replace methods.