diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-11-14 12:55:13 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-11-14 12:55:13 -0500 |
commit | 1d9fd3b93be720823656cd23db79ff74e2e7a829 (patch) | |
tree | 73908da75ee5b3b6489ef5664719aeaba079d888 /httemplate/misc/process/tax_edit_excel.html | |
parent | e0cf62af2fde538fbb13487bf0def38ab42b89c0 (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.html | 9 |
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 |