summaryrefslogtreecommitdiff
path: root/FS/FS/cust_credit.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-08-26 05:06:19 +0000
committerivan <ivan>2001-08-26 05:06:19 +0000
commitd36af3723e817c163383c36fa1e972c75a585e5a (patch)
tree3d6dcc3c56437c84cc549b23d8992c5a18cda5bb /FS/FS/cust_credit.pm
parent736949d1e55783b2403b6e959eae1cbce6bf56f6 (diff)
brainfart
Diffstat (limited to 'FS/FS/cust_credit.pm')
-rw-r--r--FS/FS/cust_credit.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm
index 7ea088835..d6de27c64 100644
--- a/FS/FS/cust_credit.pm
+++ b/FS/FS/cust_credit.pm
@@ -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