Ignore:
Timestamp:
3 Apr 2019, 10:55:16 (5 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/utils.py

    r15376 r15382  
    154154        is as an attribute of the site configuration container.
    155155        """
    156         if student.current_mode in ('ug_pt', 'de_pt', 'dsh'):
     156        if student.current_mode in ('ug_pt', 'de_pt', 'ug_dsh', 'de_dsh'):
    157157            grok.getSite()['configuration'].next_matric_integer += 1
    158158            return
     
    197197            return None, "AAU/SPS/%s/%s/%s/%s/%05d" % (
    198198                faccode, depcode, year, degree, next_integer)
    199         if student.current_mode in ('dsh',):
     199        if student.current_mode in ('ug_dsh', 'de_dsh'):
    200200            next_integer = grok.getSite()['configuration'].next_matric_integer
    201201            if next_integer == 0:
Note: See TracChangeset for help on using the changeset viewer.