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-zip.html | |
parent | 7b6434395ecdbf8013309d22564b146736d6e927 (diff) |
update customer list and zip code report to use cust_location, #940
Diffstat (limited to 'httemplate/search/report_cust_main-zip.html')
-rw-r--r-- | httemplate/search/report_cust_main-zip.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_main-zip.html b/httemplate/search/report_cust_main-zip.html index 00cb9ed2c..8bad332a9 100644 --- a/httemplate/search/report_cust_main-zip.html +++ b/httemplate/search/report_cust_main-zip.html @@ -8,8 +8,8 @@ <TD ALIGN="right">Billing or service zip</TD> <TD> <SELECT NAME="column"> - <OPTION VALUE="zip">Billing zip - <OPTION VALUE="ship_zip">Service zip + <OPTION VALUE="bill">Billing zip + <OPTION VALUE="ship">Service zip </SELECT> </TD> </TR> |