diff options
author | ivan <ivan> | 2003-09-25 10:42:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-25 10:42:28 +0000 |
commit | d6436c7251a94c9597c7b2195d63bd7c86f956e9 (patch) | |
tree | 4b72daa76468f1d874720e11f5f7699c74b77528 /FS/bin/freeside-setup | |
parent | 9679b64218a5bb0b148d07582589dd8ef0de7567 (diff) |
add setuptax and recurtax fields to cust_main_county
Diffstat (limited to 'FS/bin/freeside-setup')
-rwxr-xr-x | FS/bin/freeside-setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 197542086..27d02529c 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -539,6 +539,8 @@ sub tables_hash_hack { 'exempt_amount', @money_type, 'tax', 'real', '', '', #tax % 'taxname', 'varchar', 'NULL', $char_d, + 'setuptax', 'char', 'NULL', 1, # Y = setup tax exempt + 'recurtax', 'char', 'NULL', 1, # Y = recur tax exempt ], 'primary_key' => 'taxnum', 'unique' => [], |