summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-01 15:51:37 -0800
committerMark Wells <mark@freeside.biz>2016-03-01 15:51:45 -0800
commit944739839feae09511d5bee43e2655df0ae39aae (patch)
treef11eaf9fc97741e9b9e4f91a0b4e6ff71395b219
parentea31953b35a20c85dc70eea69c18c243307133ca (diff)
keep source-marking of tax rates when they are edited manually, #40645
-rw-r--r--httemplate/edit/cust_main_county.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main_county.html b/httemplate/edit/cust_main_county.html
index 9d21cc8a0..9cc5131a2 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', }