summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-11 15:34:55 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-11 15:34:55 -0800
commit9539e7985ca1e508329d2f36f2f1e56b8d44dbed (patch)
tree50c48e6ba8fb88aa81c3d4138baf5db9ac8254ec
parent1ce2f035cac19edbbe1b31a20e954cd97e40da20 (diff)
unchecked seems like a more sensible default to start the page with
-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 dd1f97d0d..27aececc9 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') &>