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/browse | |
parent | e0cf62af2fde538fbb13487bf0def38ab42b89c0 (diff) |
RT# 74693 - Added ability to bulk edit rates with excel
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi index 26a3e21b9..552327836 100755 --- a/httemplate/browse/cust_main_county.cgi +++ b/httemplate/browse/cust_main_county.cgi @@ -411,7 +411,8 @@ my $html_foot = <<END; <A HREF="javascript:void(0);" onClick="bulkPopup('add');">Add new tax to selected</A> | <A HREF="javascript:void(0);" onClick="bulkPopup('edit');">Bulk edit selected</A> - +| +<A HREF="${p}misc/tax_edit_excel.html",">bulk edit with excel file</A> END my $hashref = {}; |