From 42a5e5491d250c6462bc9e5bad53786414020fa9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Sep 2016 11:17:05 -0700 Subject: [PATCH] unchecked seems like a more sensible default to start the page with --- httemplate/search/report_cust_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') &> -- 2.11.0