Ignore:
Timestamp:
22 Mar 2023, 16:25:18 (18 months ago)
Author:
Henrik Bettermann
Message:

Postgrad students pay 60000.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r17324 r17361  
    333333            elif student.depcode == 'DMIC':
    334334                amount = 70000.0
    335             elif student.faccode in ('BMS', 'MED', 'DEN'):
    336             #elif p_item in ('BSCANA', 'BSCMBC', 'BMLS', 'BSCNUR', 'BSCPHS', 'BDS',
    337             #    'MBBSMED', 'MBBSNDU', 'BSCPTY', 'BSCPST'):
     335            elif student.faccode in ('BMS', 'MED', 'DEN') \
     336                and not student.is_postgrad:
    338337                amount = 80000.0
    339338            elif student.faccode == 'DCOEM':
Note: See TracChangeset for help on using the changeset viewer.