summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorjeff <jeff>2008-07-23 14:36:16 +0000
committerjeff <jeff>2008-07-23 14:36:16 +0000
commit7ab646de8cf19249ba3e41591e60ec05025e4ef4 (patch)
tree7ecf72c0bdac757f12e137c284df4c9d528bd276 /FS/FS/Schema.pm
parent5307e2b96c57b03e5f7068af3c5483be4915b041 (diff)
add disabled column to new tax rates, false laziness elimination, and bug fixes - closes #3566
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 90d9d5d7b..cc97a4635 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -707,6 +707,7 @@ sub tables_hashref {
'setuptax', 'char', 'NULL', 1, '', '', # Y = setup tax exempt
'recurtax', 'char', 'NULL', 1, '', '', # Y = recur tax exempt
'manual', 'char', 'NULL', 1, '', '', # Y = manually edited
+ 'disabled', 'char', 'NULL', 1, '', '', # Y = tax disabled
],
'primary_key' => 'taxnum',
'unique' => [],