summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/tax_edit_excel.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-11-14 12:55:13 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-11-14 12:55:13 -0500
commit1d9fd3b93be720823656cd23db79ff74e2e7a829 (patch)
tree73908da75ee5b3b6489ef5664719aeaba079d888 /httemplate/misc/process/tax_edit_excel.html
parente0cf62af2fde538fbb13487bf0def38ab42b89c0 (diff)
RT# 74693 - Added ability to bulk edit rates with excel
Diffstat (limited to 'httemplate/misc/process/tax_edit_excel.html')
-rw-r--r--httemplate/misc/process/tax_edit_excel.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/tax_edit_excel.html b/httemplate/misc/process/tax_edit_excel.html
new file mode 100644
index 000000000..a9928f902
--- /dev/null
+++ b/httemplate/misc/process/tax_edit_excel.html
@@ -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::cust_main_county::process_edit_import', $cgi;
+
+</%init> \ No newline at end of file