summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2001-10-20 12:18:00 +0000
committerivan <ivan>2001-10-20 12:18:00 +0000
commit60c837e0aaf454dfa0b0c0283dc36928782d1b6c (patch)
treee26ad576f72742c6dfa90a14170c4f7af805cfd6 /bin
parentc095a5391475464fa816b7732c40ffa7d293ac6d (diff)
setup and recurring fee tax exempt flags, UI to edit
rework part_pkg editing UI some more
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 96ec2b74b..5927f88f7 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.62 2001-10-15 10:42:28 ivan Exp $
+# $Id: fs-setup,v 1.63 2001-10-20 12:17:59 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -540,6 +540,8 @@ sub tables_hash_hack {
'setup', @perl_type,
'freq', 'int', '', '', #billing frequency (months)
'recur', @perl_type,
+ 'setuptax', 'char', 'NULL', 1,
+ 'recurtax', 'char', 'NULL', 1,
'plan', 'varchar', 'NULL', '',
'plandata', 'varchar', 'NULL', '',
],