add AU to list of zip-requiring countries
authorivan <ivan>
Mon, 23 Oct 2006 06:38:30 +0000 (06:38 +0000)
committerivan <ivan>
Mon, 23 Oct 2006 06:38:30 +0000 (06:38 +0000)
FS/FS/Record.pm

index 35ae45f..5a07c1a 100644 (file)
@@ -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 ) = @_;