From: ivan Date: Fri, 31 May 2002 22:37:06 +0000 (+0000) Subject: no state necessary in batch cards (i18n) X-Git-Tag: freeside_1_4_0_pre14~45 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a973be68d5dc5947a343e7cb886307e903706240;hp=0466aab2988c550d1ff76c0017059c06228c2045 no state necessary in batch cards (i18n) --- diff --git a/bin/fs-setup b/bin/fs-setup index 87921d74e..558a5fdd9 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.91 2002-05-15 13:24:24 ivan Exp $ +# $Id: fs-setup,v 1.92 2002-05-31 22:37:06 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -570,7 +570,7 @@ sub tables_hash_hack { 'address1', 'varchar', '', $char_d, 'address2', 'varchar', 'NULL', $char_d, 'city', 'varchar', '', $char_d, - 'state', 'varchar', '', $char_d, + 'state', 'varchar', 'NULL', $char_d, 'zip', 'varchar', '', 10, 'country', 'char', '', 2, # 'trancode', 'int', '', '',