[freeside-commits] branch FREESIDE_4_BRANCH updated. eb2e2acb25912c6bdcc7f94709ca83cabfccf572
Mark Wells
mark at 420.am
Tue Mar 1 15:51:50 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via eb2e2acb25912c6bdcc7f94709ca83cabfccf572 (commit)
from 7abc645fbc7a0142a63aa0eccdabf4594ae062bd (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 eb2e2acb25912c6bdcc7f94709ca83cabfccf572
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