Changeset 15776 for main/kofacustom.coewarri/trunk/src
- Timestamp:
- 7 Nov 2019, 21:10:00 (5 years ago)
- Location:
- main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py
r15335 r15776 67 67 self.redirect(self.url(self.context, '@@index')) 68 68 return 69 self.context.r_company = u'interswitch' 69 70 student = self.student 70 71 xmldict = self.xmldict … … 125 126 self.context.provider_amt = provider_amt 126 127 self.context.gateway_amt = GATEWAY_AMT 127 128 self.amount_auth = int(100 * self.context.amount_auth) 128 129 hashargs = ( 129 130 self.context.p_id + … … 154 155 self.redirect(self.url(self.context, '@@index')) 155 156 return 157 self.context.r_company = u'interswitch' 156 158 xmldict = {} 157 159 provider_amt = 500.0 … … 176 178 self.context.provider_amt = provider_amt 177 179 self.context.gateway_amt = GATEWAY_AMT 178 180 self.amount_auth = int(100 * self.context.amount_auth) 179 181 hashargs = ( 180 182 self.context.p_id + -
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r15752 r15776 158 158 amount = academic_session.clearance_fee_1 159 159 if local_nonlocal(student) == 'non-local' \ 160 and student.entry_mode != 'nce_we_pt':160 and student.entry_mode not in ('nce_we_pt', 'nce_pt'): 161 161 amount += 5000.0 162 162 elif category == 'bed_allocation':
Note: See TracChangeset for help on using the changeset viewer.