diff options
author | Mark Wells <mark@freeside.biz> | 2012-07-29 17:57:24 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-07-29 17:57:24 -0700 |
commit | f578e57b593adb9254b2e465c73116a0e0e617b5 (patch) | |
tree | b31d14a998f7b81bca8932462deeea1447144afb /httemplate/search/report_cust_main.html | |
parent | 7b6434395ecdbf8013309d22564b146736d6e927 (diff) |
update customer list and zip code report to use cust_location, #940
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 526bce26c..a2c6f1c4c 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -35,6 +35,11 @@ <TD ALIGN="right" VALIGN="center"><% mt('Address') |h %></TD> <TD><INPUT TYPE="text" NAME="address" SIZE=54></TD> </TR> + + <TR> + <TD ALIGN="right" VALIGN="center"><% mt('Zip') |h %></TD> + <TD><INPUT TYPE="text" NAME="zip" SIZE=12></TD> + </TR> <TR> <TD ALIGN="right" VALIGN="center"><% mt('Signup date') |h %></TD> |