summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-12-11 18:08:18 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-12-11 18:08:18 -0500
commit639c645c0f00c082a735b40f97a4f830c5e84949 (patch)
tree3ce794f54e5b66443ac0ce33cff8c8ba98ebdfa7 /httemplate/misc/process
parent006f36a6d2ee10664c3207b47ff046de447ea8bb (diff)
Revert "RT# 74693 - Added ability to bulk edit rates with excel"
This reverts commit 1d9fd3b93be720823656cd23db79ff74e2e7a829.
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/tax_edit_excel.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/misc/process/tax_edit_excel.html b/httemplate/misc/process/tax_edit_excel.html
deleted file mode 100644
index a9928f9..0000000
--- a/httemplate/misc/process/tax_edit_excel.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<% $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