From: khoff Date: Sat, 8 Sep 2001 00:28:49 +0000 (+0000) Subject: First post. Sorry. Missing comma. X-Git-Tag: freeside_1_4_0pre11~359 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a594e8f54dd5582ac36eb9e6a2b260d63f3b91fa First post. Sorry. Missing comma. --- diff --git a/bin/fs-setup b/bin/fs-setup index dc597ccb4..03b5a04a9 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.55 2001-09-07 20:17:50 ivan Exp $ +# $Id: fs-setup,v 1.56 2001-09-08 00:28:49 khoff Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -597,7 +597,7 @@ sub tables_hash_hack { 'primary_key' => 'columnnum', 'unique' => [ [ 'svcpart', 'columnname' ] ], 'index' => [ [ 'svcpart' ] ], - } + }, #(this should be renamed to part_pop) 'svc_acct_pop' => {