Changeset 14980 for main/waeup.aaue/trunk
- Timestamp:
- 3 Apr 2018, 06:10:38 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14979 r14980 233 233 student_welfare_assurance_amt = gateway_net_amt( 234 234 academic_session.welfare_fee) 235 xmldict['student_union_bank_id'] = ' 117'236 xmldict['student_union_acct'] = ' 1010827641'235 xmldict['student_union_bank_id'] = '31' 236 xmldict['student_union_acct'] = '0051005007' 237 237 xmldict['aaue_share_bank_id'] = '117' 238 238 xmldict['aaue_share_acct'] = '1010827641' … … 252 252 student_welfare_assurance_amt = gateway_net_amt( 253 253 academic_session.welfare_fee) 254 xmldict['student_union_bank_id'] = ' 117'255 xmldict['student_union_acct'] = '101 0827641'254 xmldict['student_union_bank_id'] = '7' 255 xmldict['student_union_acct'] = '1019763348' 256 256 xmldict['aaue_share_bank_id'] = '117' 257 257 xmldict['aaue_share_acct'] = '1010827641' … … 354 354 xmldict['institution_amt'] = 100 * ( 355 355 gateway_net_amt(self.context.amount_auth)) 356 if contr_agreement_student(student) == 'first': 357 # First agreement 358 xmldict['institution_acct'] = '0051005007' 359 xmldict['institution_bank_id'] = '31' 360 else: 361 # Second agreement 362 xmldict['institution_bank_id'] = '7' 363 xmldict['institution_acct'] = '1019763348' 356 364 357 365 # Lapel/File
Note: See TracChangeset for help on using the changeset viewer.