diff options
| author | ivan <ivan> | 2003-11-20 13:48:57 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2003-11-20 13:48:57 +0000 | 
| commit | f0e23394cda035705fe124c0cadda96b5adfc0bc (patch) | |
| tree | ba605203ca10df7b8cab9444228c707acbfc869e /FS/bin/freeside-setup | |
| parent | 6197896ef435bb3e44e0e3d37e890ece3c0c2199 (diff) | |
be ACH-ready by default
Diffstat (limited to 'FS/bin/freeside-setup')
| -rwxr-xr-x | FS/bin/freeside-setup | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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,        ], | 
