[freeside-commits] branch FREESIDE_3_BRANCH updated. f1b8108ce27f9f48d074d5c08bd68520cd8673ad
Ivan
ivan at 420.am
Fri Mar 11 15:34:58 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via f1b8108ce27f9f48d074d5c08bd68520cd8673ad (commit)
from 3bc8dfe2724a177e12fd56c7dfeeb7c8a6f8548f (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 f1b8108ce27f9f48d074d5c08bd68520cd8673ad
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Mar 11 15:34:57 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 f124f0f..ac19de8 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