Ignore:
Timestamp:
4 Feb 2022, 13:10:09 (3 years ago)
Author:
Henrik Bettermann
Message:

Add plag test payment category.

File:
1 edited

Legend:

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

    r16714 r16780  
    283283            and student.current_mode == 'special_ft':
    284284            amount = 80000.0
     285        elif category == 'plag_test':
     286            amount = 2500.0
     287            if student.is_postgrad:
     288                amount = 5000.0
    285289        #elif category == 'develop' and student.is_postgrad:
    286290        #    amount = academic_session.development_fee
Note: See TracChangeset for help on using the changeset viewer.