From bc521ca75f4189ebd6d927aa263bdcce500150a5 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 1 Jun 2009 05:43:11 +0000 Subject: a 'start over' function for the taxproduct based tax data loading --- httemplate/misc/process/tax-fetch_and_replace.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 httemplate/misc/process/tax-fetch_and_replace.cgi (limited to 'httemplate/misc/process') diff --git a/httemplate/misc/process/tax-fetch_and_replace.cgi b/httemplate/misc/process/tax-fetch_and_replace.cgi new file mode 100644 index 000000000..1a9b62628 --- /dev/null +++ b/httemplate/misc/process/tax-fetch_and_replace.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_reload', $cgi; + + -- cgit v1.2.1