summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorjeff <jeff>2009-11-12 16:56:57 +0000
committerjeff <jeff>2009-11-12 16:56:57 +0000
commitf51508fab8873d70f15284664dbba7f27015ce72 (patch)
tree112fcc4671c73bfb170d8ee4f6ca8b1718c06401 /FS/FS/Schema.pm
parent928ca5f142c9bd4b017f8140c3c45116679c74b1 (diff)
correct bugs in tax replacement routine and allow updates to function
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index faafcc6ef..2910c170c 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -945,6 +945,8 @@ sub tables_hashref {
'passflag', 'char', 'NULL', 1, '', '', # Y = required to list as line item, N = Prohibited
'setuptax', 'char', 'NULL', 1, '', '', # Y = setup tax exempt
'recurtax', 'char', 'NULL', 1, '', '', # Y = recur tax exempt
+ 'inoutcity', 'char', 'NULL', 1, '', '', # '', 'I', or 'O'
+ 'inoutlocal', 'char', 'NULL', 1, '', '', # '', 'I', or 'O'
'manual', 'char', 'NULL', 1, '', '', # Y = manually edited
'disabled', 'char', 'NULL', 1, '', '', # Y = tax disabled
],