From: ivan Date: Thu, 20 Nov 2003 13:48:57 +0000 (+0000) Subject: be ACH-ready by default X-Git-Tag: freeside_1_4_2beta1~372 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f0e23394cda035705fe124c0cadda96b5adfc0bc;p=freeside.git be ACH-ready by default --- diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index fe41da7b6..213dcb947 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -547,7 +547,7 @@ sub tables_hash_hack { '_date', @date_type, 'payby', 'char', '', 4, # CARD/BILL/COMP, should be index into # payment type table. - 'payinfo', 'varchar', 'NULL', 16, #see cust_main above + 'payinfo', 'varchar', 'NULL', $char_d, #see cust_main above 'paybatch', 'varchar', 'NULL', $char_d, #for auditing purposes. 'closed', 'char', 'NULL', 1, ], @@ -624,7 +624,7 @@ sub tables_hash_hack { 'reason', 'varchar', '', $char_d, 'payby', 'char', '', 4, # CARD/BILL/COMP, should be index # into payment type table. - 'payinfo', 'varchar', 'NULL', 16, #see cust_main above + 'payinfo', 'varchar', 'NULL', $char_d, #see cust_main above 'paybatch', 'varchar', 'NULL', $char_d, 'closed', 'char', 'NULL', 1, ],