diff options
-rwxr-xr-x | httemplate/search/report_newtax.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_newtax.html b/httemplate/search/report_newtax.html index da39b0c4d..739652675 100755 --- a/httemplate/search/report_newtax.html +++ b/httemplate/search/report_newtax.html @@ -10,7 +10,7 @@ </TABLE> -<BR><INPUT TYPE="button" VALUE="Get Report" onClick="document.newtax.submit.disabled=true; process();"> +<BR><INPUT TYPE="button" NAME='fetch' VALUE="Get Report" onClick="document.newtax.fetch.disabled=true; process();"> </FORM> |