keep source-marking of tax rates when they are edited manually, #40645
authorMark Wells <mark@freeside.biz>
Tue, 1 Mar 2016 23:51:37 +0000 (15:51 -0800)
committerMark Wells <mark@freeside.biz>
Tue, 1 Mar 2016 23:51:37 +0000 (15:51 -0800)
httemplate/edit/cust_main_county.html

index 9d21cc8..9cc5131 100644 (file)
@@ -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', }