diff options
| author | ivan <ivan> | 2002-11-20 09:07:27 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-11-20 09:07:27 +0000 | 
| commit | cfd4d4d5fd2c64f0f0512905a465aeb4abce484c (patch) | |
| tree | 09af349b27da708e0f0c7be5d34acfb98ebae17e /FS/bin/freeside-setup | |
| parent | 26da8f3994e58ca5cf80ac62f034b3ad64539e47 (diff) | |
ugh... need to increase length of payinfo field in cust_pay and cust_refund
for ACH
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 587f0158b..8f3d99fd5 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -541,7 +541,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,        ], @@ -618,7 +618,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,        ], | 
