[freeside-commits] freeside/FS/FS cust_main.pm,1.539,1.540

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Aug 23 12:51:27 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv8824

Modified Files:
	cust_main.pm 
Log Message:
allow importation of customers with no tax rates

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -w -d -r1.539 -r1.540
--- cust_main.pm	19 Aug 2010 10:15:20 -0000	1.539
+++ cust_main.pm	23 Aug 2010 19:51:25 -0000	1.540
@@ -1790,7 +1790,8 @@
 
 
 # bad idea to disable, causes billing to fail because of no tax rates later
-#  unless ( $import ) {
+# except we don't fail any more
+  unless ( $import ) {
     unless ( qsearch('cust_main_county', {
       'country' => $self->country,
       'state'   => '',
@@ -1803,7 +1804,7 @@
           'country' => $self->country,
         } );
     }
-#  }
+  }
 
   $error =
     $self->ut_phonen('daytime', $self->country)



More information about the freeside-commits mailing list