refactor cch tax import to remove tons of false laziness and improve flexibility...
[freeside.git] / httemplate / misc / process / tax-import.cgi
index f800dbd..b9e9daa 100644 (file)
@@ -4,6 +4,6 @@
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Import');
 
-my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi; 
+my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch_import', $cgi;
 
 </%init>