unchecked seems like a more sensible default to start the page with
authorIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 18:17:05 +0000 (11:17 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 18:17:05 +0000 (11:17 -0700)
httemplate/search/report_cust_pkg.html

index dd1f97d..27aecec 100755 (executable)
                                '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') &>