From 5107a89928128b7b8e0fb93521fe2d857376141c Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 23 Oct 2006 06:38:30 +0000 Subject: [PATCH] add AU to list of zip-requiring countries --- FS/FS/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 35ae45f5b..5a07c1ab5 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -1525,7 +1525,7 @@ Check/untaint zip codes. =cut -my @zip_reqd_countries = qw( CA ); #US implicit... +my @zip_reqd_countries = qw( AU CA US ); #CA, US implicit... sub ut_zip { my( $self, $field, $country ) = @_; -- 2.11.0