[freeside-commits] freeside/FS/FS Record.pm,1.125,1.126

Ivan,,, ivan at wavetail.420.am
Sun Oct 22 23:38:32 PDT 2006


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv12602

Modified Files:
	Record.pm 
Log Message:
add AU to list of zip-requiring countries

Index: Record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Record.pm,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Record.pm	16 Oct 2006 17:59:32 -0000	1.125
+++ Record.pm	23 Oct 2006 06:38:30 -0000	1.126
@@ -1525,7 +1525,7 @@
 
 =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 ) = @_;



More information about the freeside-commits mailing list