show imported region and rate #s, RT#83146
[freeside.git] / httemplate / edit / cust_main_county.html
index 9d21cc8..b082309 100644 (file)
@@ -14,6 +14,7 @@
                    'setuptax' => 'This tax not applicable to setup fees',
                    'recurtax' => 'This tax not applicable to recurring fees',
                    'exempt_amount' => 'Monthly exemption per customer ($25 "Texas tax")',
+                   'charge_prediscount' => 'Charge this tax prior to any discounts',
                  },
      'fields' => \@fields,
    )
@@ -47,6 +48,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', }
@@ -59,6 +61,9 @@ push @fields,
   'taxname',
   { field=>'tax',      type=>'percentage', },
 
+  { type=>'tablebreak-tr-title', value=>'Charging options' },
+  { field=>'charge_prediscount', type=>'checkbox', value=>'Y', },
+
   { type=>'tablebreak-tr-title', value=>'Exemptions' },
   { field=>'setuptax', type=>'checkbox', value=>'Y', },
   { field=>'recurtax', type=>'checkbox', value=>'Y', },