diff options
author | ivan <ivan> | 2008-10-12 00:58:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-10-12 00:58:48 +0000 |
commit | 608982a2372e454199a9a0df0aa38cc94398a073 (patch) | |
tree | a00416470e2ef2fd017ae657a8f3f865afb0aac8 | |
parent | a1e23a4ffe9bc5da68f5eb9a40eeed8cd9583afc (diff) |
fix link
-rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi index fc1022684..1e969aa8f 100755 --- a/httemplate/browse/cust_main_county.cgi +++ b/httemplate/browse/cust_main_county.cgi @@ -204,7 +204,7 @@ my $html_posttotal = my $bulk_popup_link = include( '/elements/popup_link_onclick.html', - 'action' => "${p}edit/bulk_cust_main_county.html?MAGIC_taxnum_MAGIC", + 'action' => "${p}edit/bulk-cust_main_county.html?MAGIC_taxnum_MAGIC", 'actionlabel' => 'Bulk add new tax', 'nofalse' => 1, 'height' => 420, |