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