summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-11 15:34:57 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-11 15:34:57 -0800
commitf1b8108ce27f9f48d074d5c08bd68520cd8673ad (patch)
treeed2ed31bb3136299c09c08825924da80eabc4ece
parent3bc8dfe2724a177e12fd56c7dfeeb7c8a6f8548f (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 f124f0f87..ac19de8aa 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') &>