unchecked seems like a more sensible default to start the page with
authorIvan Kohler <ivan@freeside.biz>
Fri, 11 Mar 2016 23:34:57 +0000 (15:34 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 11 Mar 2016 23:34:57 +0000 (15:34 -0800)
httemplate/search/report_cust_pkg.html

index f124f0f..ac19de8 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') &>