From eb2e2acb25912c6bdcc7f94709ca83cabfccf572 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 1 Mar 2016 15:51:37 -0800 Subject: [PATCH] keep source-marking of tax rates when they are edited manually, #40645 --- httemplate/edit/cust_main_county.html | 1 + 1 file changed, 1 insertion(+) 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', } -- 2.20.1