summaryrefslogtreecommitdiff
path: root/FS/FS/cust_refund.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-02-19 03:15:11 +0000
committerivan <ivan>2002-02-19 03:15:11 +0000
commitaa69f07119fbed68a84f889fc4bea93790a9a628 (patch)
tree21085d875bcfa2c0402c709a1fa418baf721a510 /FS/FS/cust_refund.pm
parent29050044f882f0169094e6bada1c98f974323cb9 (diff)
<rluser> ut_number instead of ut_numbern
Diffstat (limited to 'FS/FS/cust_refund.pm')
-rw-r--r--FS/FS/cust_refund.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm
index 92b14b7..3af8305 100644
--- a/FS/FS/cust_refund.pm
+++ b/FS/FS/cust_refund.pm
@@ -217,7 +217,7 @@ sub check {
my $self = shift;
my $error =
- $self->ut_number('refundnum')
+ $self->ut_numbern('refundnum')
|| $self->ut_numbern('custnum')
|| $self->ut_money('refund')
|| $self->ut_numbern('_date')
@@ -266,7 +266,7 @@ sub check {
=head1 VERSION
-$Id: cust_refund.pm,v 1.16 2002-02-19 03:06:23 ivan Exp $
+$Id: cust_refund.pm,v 1.17 2002-02-19 03:15:11 ivan Exp $
=head1 BUGS