diff options
author | ivan <ivan> | 2001-11-06 17:48:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-11-06 17:48:17 +0000 |
commit | 9718b44594231631a1e045f17b6521881790b297 (patch) | |
tree | 3780272e68bcba81752c8b32bcff194241f9a50d /bin/fs-setup | |
parent | d738d0c6677d72f62a0c9fb2fc4446c07c6e8492 (diff) |
payinfo changed from length 16 to $char_d for future expansion
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-x | bin/fs-setup | 4 |
1 files changed, 2 insertions, 2 deletions
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, |