From 60c837e0aaf454dfa0b0c0283dc36928782d1b6c Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 20 Oct 2001 12:18:00 +0000 Subject: setup and recurring fee tax exempt flags, UI to edit rework part_pkg editing UI some more --- bin/fs-setup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/fs-setup') 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', '', ], -- cgit v1.2.1