From: jeff Date: Wed, 23 Jul 2008 14:41:18 +0000 (+0000) Subject: add disabled column to new tax rates, false laziness elimination, and bug fixes ... X-Git-Tag: root_of_webpay_support~462 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6001af127d10766e3613c7f35b373dca9ce3f062 add disabled column to new tax rates, false laziness elimination, and bug fixes - closes #3566 --- diff --git a/httemplate/edit/tax_rate.html b/httemplate/edit/tax_rate.html index c48bdd1df..bff699946 100644 --- a/httemplate/edit/tax_rate.html +++ b/httemplate/edit/tax_rate.html @@ -99,6 +99,7 @@ my @fields = ( { field=>'passflag', type=>'fixed' } , { field=>'setuptax', type=>'checkbox', value=>'Y' } , { field=>'recurtax', type=>'checkbox', value=>'Y' } , + { field=>'disabled', type=>'checkbox', value=>'Y' } , { field=>'manual', type=>'hidden', value=>'Y' } , );