summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorjeff <jeff>2009-06-01 05:43:11 +0000
committerjeff <jeff>2009-06-01 05:43:11 +0000
commitbc521ca75f4189ebd6d927aa263bdcce500150a5 (patch)
treeb2776ec054e715083c56570c98076ca3a190281d /httemplate/misc/process
parentbbac9227cd1dc41358fdad933997a113373d3e49 (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.cgi9
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>