X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Ffs-setup;h=8fbc67ef3b26abfb97e2a918f03e59fb1d33171e;hp=2cba840ef2c1dd24fd06a9368863291816f7090d;hb=6412f71a3557249225abf5eb2096ebad1729c585;hpb=cdd5aa1d86cd5b266e02bed58570c97c2d7698ba diff --git a/bin/fs-setup b/bin/fs-setup index 2cba840ef..8fbc67ef3 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.45 2001-09-01 20:11:07 ivan Exp $ +# $Id: fs-setup,v 1.46 2001-09-01 21:52:20 jeff Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -317,6 +317,18 @@ sub tables_hash_hack { 'index' => [ ['custnum'] ], }, + 'cust_credit_bill' => { + 'columns' => [ + 'crednum', 'int', '', '', + 'invnum', 'int', '', '', + '_date', @date_type, + 'amount', @money_type, + ], + 'primary_key' => 'crednum', + 'unique' => [ [] ], + 'index' => [ ['invnum'] ], + }, + 'cust_main' => { 'columns' => [ 'custnum', 'int', '', '',