freeside/FS/FS cust_main_county.pm,1.8.4.1,1.8.4.2

ivan ivan at pouncequick.420.am
Wed Mar 31 16:44:38 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv10882/FS/FS

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	cust_main_county.pm 
Log Message:
get sub-countries from Locale::SubCountry now

Index: cust_main_county.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main_county.pm,v
retrieving revision 1.8.4.1
retrieving revision 1.8.4.2
diff -u -d -r1.8.4.1 -r1.8.4.2
--- cust_main_county.pm	25 Sep 2003 11:17:04 -0000	1.8.4.1
+++ cust_main_county.pm	1 Apr 2004 00:44:36 -0000	1.8.4.2
@@ -108,7 +108,7 @@
   $self->exempt_amount(0) unless $self->exempt_amount;
 
   $self->ut_numbern('taxnum')
-    || $self->ut_textn('state')
+    || $self->ut_anything('state')
     || $self->ut_textn('county')
     || $self->ut_text('country')
     || $self->ut_float('tax')




More information about the freeside-commits mailing list