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

Add plag test payment category.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
2 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
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r16522 r16780  
    9393        'foreign':'School Fee (paid in foreign currency)',
    9494        'medical_quest':'Medical Questionnaire Fee',
     95        'plag_test':'Final Year Plagiarism Test',
    9596        }
    9697
     
    114115        #'develop':'Development Fee',
    115116        'medical_quest':'Medical Questionnaire Fee',
     117        'plag_test':'Final Year Plagiarism Test (for final year project or PG thesis)',
    116118        }
    117119
Note: See TracChangeset for help on using the changeset viewer.