Ignore:
Timestamp:
31 Jan 2022, 09:01:03 (3 years ago)
Author:
Henrik Bettermann
Message:

Change dep_sug fee.

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  
    8787        self.assertEqual(payment.p_level, 200)
    8888        self.assertEqual(payment.p_session, 2005)
    89         self.assertEqual(payment.amount_auth, 3150.0)
     89        self.assertEqual(payment.amount_auth, 5150.0)
    9090        # Students can pay school fee if dep_sug and gns dues have been paid first.
    9191        error, payment = utils.setPaymentDetails('schoolfee',self.student)
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py

    r16760 r16762  
    281281                return _(u'No bed allocated.'), None
    282282        elif category == 'dep_sug':
    283             amount = 3150.0 # includes GATEWAY_AMT
     283            amount = 5150.0 # includes GATEWAY_AMT
    284284            #if student.faccode == 'SPAT':
    285285            #    amount = 1650.0 # includes GATEWAY_AMT
Note: See TracChangeset for help on using the changeset viewer.