From: ivan Date: Tue, 6 Nov 2001 17:48:17 +0000 (+0000) Subject: payinfo changed from length 16 to $char_d for future expansion X-Git-Tag: freeside_1_4_0pre11~221 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9718b44594231631a1e045f17b6521881790b297 payinfo changed from length 16 to $char_d for future expansion --- diff --git a/bin/fs-setup b/bin/fs-setup index 4df3773af..da6c167e9 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.66 2001-10-30 19:05:27 ivan Exp $ +# $Id: fs-setup,v 1.67 2001-11-06 17:48:17 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -375,7 +375,7 @@ sub tables_hash_hack { 'ship_night', 'varchar', 'NULL', 20, 'ship_fax', 'varchar', 'NULL', 12, 'payby', 'char', '', 4, - 'payinfo', 'varchar', 'NULL', 16, + 'payinfo', 'varchar', 'NULL', $char_d, #'paydate', @date_type, 'paydate', 'varchar', 'NULL', 10, 'payname', 'varchar', 'NULL', $char_d,