summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-10-23 06:38:30 +0000
committerivan <ivan>2006-10-23 06:38:30 +0000
commit5107a89928128b7b8e0fb93521fe2d857376141c (patch)
tree903bfef2ff69a063fa97bfdf7573fa9d124a9d64
parent9811b8ce65909a293810ddbcd8c9b5ca963fba01 (diff)
add AU to list of zip-requiring countries
-rw-r--r--FS/FS/Record.pm2
1 files changed, 1 insertions, 1 deletions
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 ) = @_;