summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorivan <ivan>2002-01-29 11:11:06 +0000
committerivan <ivan>2002-01-29 11:11:06 +0000
commitf02dd9b0e5042ef000d9338089eed50988d48914 (patch)
treede6afe00a1743d017b6db33ca2eaf312096fa5c1 /bin/fs-setup
parentf31f46f6f60c2a4d6b4f69694e020c2ec48ab807 (diff)
oops bad column type for part_bill_event.payby
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index e3dd8b0..f3ff031 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', '',