diff options
author | jeff <jeff> | 2009-06-01 05:43:11 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-06-01 05:43:11 +0000 |
commit | bc521ca75f4189ebd6d927aa263bdcce500150a5 (patch) | |
tree | b2776ec054e715083c56570c98076ca3a190281d /httemplate/misc/process | |
parent | bbac9227cd1dc41358fdad933997a113373d3e49 (diff) |
a 'start over' function for the taxproduct based tax data loading
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/tax-fetch_and_replace.cgi | 9 |
1 files changed, 9 insertions, 0 deletions
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; + +</%init> |