diff options
author | Mark Wells <mark@freeside.biz> | 2016-03-01 15:51:37 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-03-01 15:51:37 -0800 |
commit | 9ee8c7198764bf7b9ca7e9ab248591c095024d85 (patch) | |
tree | d8525484aefd34463d28bafbf2c724e4465f7d0b /httemplate/edit/cust_main_county.html | |
parent | 2c55b855a1d9de4684d6e1a910db5de5c56f9482 (diff) |
keep source-marking of tax rates when they are edited manually, #40645
Diffstat (limited to 'httemplate/edit/cust_main_county.html')
-rw-r--r-- | httemplate/edit/cust_main_county.html | 1 |
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', } |