Changeset 5197 for WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py
- Timestamp:
- 18 May 2010, 15:41:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py
r5046 r5197 165 165 xmldict['fut_acct'] = "2522040000134" 166 166 xmldict['bank_id'] = '8' 167 elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('100'):168 xmldict['fut_acct'] = "0030001000017110"169 xmldict['bank_id'] = '89'170 elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('200'):171 xmldict['fut_acct'] = "0591201005146"172 xmldict['bank_id'] = '101'173 elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('300'):174 xmldict['fut_acct'] = "6013803345"175 xmldict['bank_id'] = '117'176 elif student_record.review_state == 'returning' and student_record.level in ('100','110'):177 xmldict['fut_acct'] = "0591201005146"178 xmldict['bank_id'] = '101'179 elif student_record.level in ('200','210'):180 xmldict['fut_acct'] = "6013803345"181 xmldict['bank_id'] = '117'182 elif student_record.level in ('300','310'):183 xmldict['fut_acct'] = "2522040000134"184 xmldict['bank_id'] = '8'185 elif student_record.level in ('400','410','500','510','600'):186 xmldict['fut_acct'] = "02530040000664"187 xmldict['bank_id'] = '7'167 #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('100'): 168 #xmldict['fut_acct'] = "0030001000017110" 169 #xmldict['bank_id'] = '89' 170 #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('200'): 171 #xmldict['fut_acct'] = "0591201005146" 172 #xmldict['bank_id'] = '101' 173 #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('300'): 174 #xmldict['fut_acct'] = "6013803345" 175 #xmldict['bank_id'] = '117' 176 #elif student_record.review_state == 'returning' and student_record.level in ('100','110'): 177 #xmldict['fut_acct'] = "0591201005146" 178 #xmldict['bank_id'] = '101' 179 #elif student_record.level in ('200','210'): 180 #xmldict['fut_acct'] = "6013803345" 181 #xmldict['bank_id'] = '117' 182 #elif student_record.level in ('300','310'): 183 #xmldict['fut_acct'] = "2522040000134" 184 #xmldict['bank_id'] = '8' 185 #elif student_record.level in ('400','410','500','510','600'): 186 #xmldict['fut_acct'] = "02530040000664" 187 #xmldict['bank_id'] = '7' 188 188 #remedial students 189 189 #elif student_record.level in ('000'): … … 191 191 #xmldict['bank_id'] = '0' 192 192 else: 193 xmldict['fut_acct'] = "00 00000000000"194 xmldict['bank_id'] = ' 0'193 xmldict['fut_acct'] = "0030001000017110" 194 xmldict['bank_id'] = '89' 195 195 196 196
Note: See TracChangeset for help on using the changeset viewer.