Changeset 16762 for main/kofacustom.dspg/trunk/src/kofacustom/dspg/students
- Timestamp:
- 31 Jan 2022, 09:01:03 (3 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/tests/test_utils.py
r16760 r16762 87 87 self.assertEqual(payment.p_level, 200) 88 88 self.assertEqual(payment.p_session, 2005) 89 self.assertEqual(payment.amount_auth, 3150.0)89 self.assertEqual(payment.amount_auth, 5150.0) 90 90 # Students can pay school fee if dep_sug and gns dues have been paid first. 91 91 error, payment = utils.setPaymentDetails('schoolfee',self.student) -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r16760 r16762 281 281 return _(u'No bed allocated.'), None 282 282 elif category == 'dep_sug': 283 amount = 3150.0 # includes GATEWAY_AMT283 amount = 5150.0 # includes GATEWAY_AMT 284 284 #if student.faccode == 'SPAT': 285 285 # amount = 1650.0 # includes GATEWAY_AMT
Note: See TracChangeset for help on using the changeset viewer.