diff options
Diffstat (limited to 'httemplate/search/cust_main-otaker.cgi')
-rwxr-xr-x | httemplate/search/cust_main-otaker.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main-otaker.cgi b/httemplate/search/cust_main-otaker.cgi index 03c2619af..44214368a 100755 --- a/httemplate/search/cust_main-otaker.cgi +++ b/httemplate/search/cust_main-otaker.cgi @@ -7,7 +7,7 @@ Customer Search </FONT> <BR> - <FORM ACTION="cust_main.cgi" METHOD="GET"> + <FORM ACTION="cust_main.cgi" METHOD="post"> Search for <B>Order taker</B>: <INPUT TYPE="hidden" NAME="otaker_on" VALUE="TRUE"> <% my $sth = dbh->prepare("SELECT DISTINCT otaker FROM cust_main") |