From ec71691725b6c5211b6967323cbc56a03038385d Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 23 Apr 2009 20:31:26 +0000 Subject: autodownload and update of cch tax data --- httemplate/misc/process/tax-fetch_and_import.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 httemplate/misc/process/tax-fetch_and_import.cgi (limited to 'httemplate/misc/process') diff --git a/httemplate/misc/process/tax-fetch_and_import.cgi b/httemplate/misc/process/tax-fetch_and_import.cgi new file mode 100644 index 000000000..553c7551a --- /dev/null +++ b/httemplate/misc/process/tax-fetch_and_import.cgi @@ -0,0 +1,9 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_download_and_update', $cgi; + + -- cgit v1.2.1