Ignore:
Timestamp:
19 Nov 2024, 15:03:37 (8 hours ago)
Author:
Henrik Bettermann
Message:

Revert r17946.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r17952 r17960  
    113113            xmldict['union_acct'] = '1011438901'
    114114            xmldict['union_bank_id'] = '117'
    115             #if student.current_mode == 'ug_ft':
    116             #    union_due = 1500.0
     115            if student.current_mode == 'ug_ft':
     116                union_due = 1500.0
    117117            if student.current_mode.startswith('dp'):
    118118                xmldict['institution_acct'] = '2001627961'
Note: See TracChangeset for help on using the changeset viewer.