diff options
author | jeff <jeff> | 2008-07-23 14:41:18 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-07-23 14:41:18 +0000 |
commit | 6001af127d10766e3613c7f35b373dca9ce3f062 (patch) | |
tree | 2c5d98624a61a80e344d41bd3b7710232b67483d /httemplate/edit/tax_rate.html | |
parent | 7ab646de8cf19249ba3e41591e60ec05025e4ef4 (diff) |
add disabled column to new tax rates, false laziness elimination, and bug fixes - closes #3566
Diffstat (limited to 'httemplate/edit/tax_rate.html')
-rw-r--r-- | httemplate/edit/tax_rate.html | 1 |
1 files changed, 1 insertions, 0 deletions
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' } , ); |