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/interswitch/browser.py

    r15380 r15382  
    6464
    6565def contr_agreement_student(student):
    66     if student.current_mode in ('found', 'bridge') or student.current_mode.endswith('_pt'):
     66    if student.current_mode in (
     67        'found', 'bridge', 'ug_dsh', 'de_dsh') or student.current_mode.endswith('_pt'):
    6768        return 'first'
    6869    return 'second'
Note: See TracChangeset for help on using the changeset viewer.