summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 11:17:05 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 11:17:05 -0700
commit42a5e5491d250c6462bc9e5bad53786414020fa9 (patch)
tree60db08976f580af739b61c26669231f36f4f5e09 /httemplate
parent2c54d21c2d415f8d6db520de694e5ac7be3a8c8f (diff)
unchecked seems like a more sensible default to start the page with
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/report_cust_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index dd1f97d..27aecec 100755
--- a/httemplate/search/report_cust_pkg.html
+++ b/httemplate/search/report_cust_pkg.html
@@ -204,7 +204,7 @@
'nogeocode'=> 'has an implicit tax location',
'geocode' => 'has a hardcoded tax location',
},
- 'value' => { map { $_ => 1 } @location_options },
+ 'value' => { map { $_ => 0 } @location_options },
&>
<& /elements/tr-title.html, value => mt('Display options') &>