diff options
author | ivan <ivan> | 2001-08-26 05:05:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-08-26 05:05:25 +0000 |
commit | 736949d1e55783b2403b6e959eae1cbce6bf56f6 (patch) | |
tree | 5806c3a0dca1d1cd422575c10925ecd56a349930 | |
parent | 5a45d24c6015145d0592a947ae1b1e51de81e1d0 (diff) |
reason can't be null
-rw-r--r-- | FS/FS/cust_credit.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm index 7e55dca80..7ea088835 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_textn('reason'); + || $self->ut_text('reason'); ; return $error if $error; @@ -150,7 +150,7 @@ sub credited { =head1 VERSION -$Id: cust_credit.pm,v 1.6 2001-04-23 19:50:07 ivan Exp $ +$Id: cust_credit.pm,v 1.7 2001-08-26 05:05:25 ivan Exp $ =head1 BUGS |