From: ivan Date: Mon, 23 Oct 2006 06:38:30 +0000 (+0000) Subject: add AU to list of zip-requiring countries X-Git-Tag: TRIXBOX_2_6~903 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5107a89928128b7b8e0fb93521fe2d857376141c add AU to list of zip-requiring countries --- 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 ) = @_;