cust_bill_pay and cust_credit_refund.
[freeside.git] / FS / FS / cust_credit.pm
index 7ea0888..d6de27c 100644 (file)
@@ -105,7 +105,7 @@ sub check {
     || $self->ut_number('custnum')
     || $self->ut_numbern('_date')
     || $self->ut_money('amount')
-    || $self->ut_text('reason');
+    || $self->ut_textn('reason');
   ;
   return $error if $error;
 
@@ -150,7 +150,7 @@ sub credited {
 
 =head1 VERSION
 
-$Id: cust_credit.pm,v 1.7 2001-08-26 05:05:25 ivan Exp $
+$Id: cust_credit.pm,v 1.8 2001-08-26 05:06:19 ivan Exp $
 
 =head1 BUGS