summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pay_batch.pm
diff options
context:
space:
mode:
authorivan <ivan>2000-06-17 21:48:05 +0000
committerivan <ivan>2000-06-17 21:48:05 +0000
commitb6449417b8af1065a6e58f5cab11d63b33cbd2f9 (patch)
treec7b4332b6e56650cbbfa67f39af870a1773223ec /FS/FS/cust_pay_batch.pm
parent387f0b6a7ab855203fa88c08d1cb85ccb976e526 (diff)
fix typo in error message
Diffstat (limited to 'FS/FS/cust_pay_batch.pm')
-rw-r--r--FS/FS/cust_pay_batch.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm
index 7c5c6c4..0576cbe 100644
--- a/FS/FS/cust_pay_batch.pm
+++ b/FS/FS/cust_pay_batch.pm
@@ -176,7 +176,7 @@ sub check {
or return "Illegal zip: ". $self->zip;
$self->zip($1);
- $self->country =~ /^(\w\w)$/ or return "Illegal \w\wy";
+ $self->country =~ /^(\w\w)$/ or return "Illegal country: ". $self->country;
$self->country($1);
#check invnum, custnum, ?
@@ -188,7 +188,7 @@ sub check {
=head1 VERSION
-$Id: cust_pay_batch.pm,v 1.1 1999-08-04 09:03:53 ivan Exp $
+$Id: cust_pay_batch.pm,v 1.2 2000-06-17 21:48:05 ivan Exp $
=head1 BUGS