From f02dd9b0e5042ef000d9338089eed50988d48914 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 11:11:06 +0000 Subject: [PATCH] oops bad column type for part_bill_event.payby --- bin/fs-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fs-setup b/bin/fs-setup index e3dd8b0ea..f3ff031d4 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.71 2002-01-28 06:57:23 ivan Exp $ +# $Id: fs-setup,v 1.72 2002-01-29 11:11:06 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -315,7 +315,7 @@ sub tables_hash_hack { 'part_bill_event' => { 'columns' => [ 'eventpart', 'int', '', '', - 'payby', 'int', '', '', + 'payby', 'char', '', 4, 'event', 'varchar', '', $char_d, 'eventcode', @perl_type, 'seconds', 'int', 'NULL', '', -- 2.11.0