Ignore:
Timestamp:
3 Apr 2019, 10:55:16 (6 years ago)
Author:
Henrik Bettermann
Message:

ivama: The programme is just a replica of Part-time) same rules.

ug_dsh = Undergraduate Science and Humanities
de_dsh = Direct Entry Science and Humanities

Please use same payment configuration/restriction with part-time. Everything about Part-time payment are the same. it is just a change of name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/tests/test_utils.py

    r15376 r15382  
    216216        # and same counter as PTP.
    217217        self.student.matric_number = None
    218         self.student['studycourse'].certificate.study_mode = 'dsh'
     218        self.student['studycourse'].certificate.study_mode = 'ug_dsh'
    219219        msg, mnumber = utils.setMatricNumber(self.student)
    220220        self.assertEqual(self.student.matric_number, 'DSH/fac1/dep1/04/00002')
Note: See TracChangeset for help on using the changeset viewer.