[freeside-commits] branch FREESIDE_4_BRANCH updated. 9539e7985ca1e508329d2f36f2f1e56b8d44dbed

Ivan ivan at 420.am
Fri Mar 11 15:34:56 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  9539e7985ca1e508329d2f36f2f1e56b8d44dbed (commit)
      from  1ce2f035cac19edbbe1b31a20e954cd97e40da20 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9539e7985ca1e508329d2f36f2f1e56b8d44dbed
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 11 15:34:55 2016 -0800

    unchecked seems like a more sensible default to start the page with

diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index dd1f97d..27aecec 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') &>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/report_cust_pkg.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list