[freeside-commits] branch master updated. 9ee8c7198764bf7b9ca7e9ab248591c095024d85
Mark Wells
mark at 420.am
Tue Mar 1 15:51:50 PST 2016
The branch, master has been updated
via 9ee8c7198764bf7b9ca7e9ab248591c095024d85 (commit)
from 2c55b855a1d9de4684d6e1a910db5de5c56f9482 (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 9ee8c7198764bf7b9ca7e9ab248591c095024d85
Author: Mark Wells <mark at freeside.biz>
Date: Tue Mar 1 15:51:37 2016 -0800
keep source-marking of tax rates when they are edited manually, #40645
diff --git a/httemplate/edit/cust_main_county.html b/httemplate/edit/cust_main_county.html
index 9d21cc8..9cc5131 100644
--- a/httemplate/edit/cust_main_county.html
+++ b/httemplate/edit/cust_main_county.html
@@ -47,6 +47,7 @@ my @fields = (
{ field=>'state', type=>'fixed-state', },
{ field=>'county', type=>'fixed', },
{ field=>'city', type=>'fixed', },
+ { field=>'source', type=>'hidden', },
);
push @fields, { field=>'district', type=>'fixed', }
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/cust_main_county.html | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list