diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-11 15:34:57 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-11 15:34:57 -0800 |
commit | f1b8108ce27f9f48d074d5c08bd68520cd8673ad (patch) | |
tree | ed2ed31bb3136299c09c08825924da80eabc4ece | |
parent | 3bc8dfe2724a177e12fd56c7dfeeb7c8a6f8548f (diff) |
unchecked seems like a more sensible default to start the page with
-rwxr-xr-x | httemplate/search/report_cust_pkg.html | 2 |
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') &> |