Changeset 18125
- Timestamp:
- 16 Jul 2025, 12:35:24 (11 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r18097 r18125 431 431 amount = 80000.0 432 432 elif category == 'plag_test': 433 amount = 2500.0433 amount = 6000.0 434 434 if student.is_postgrad: 435 amount = 5000.0435 amount = 10000.0 436 436 #elif category == 'develop' and student.is_postgrad: 437 437 # amount = academic_session.development_fee
Note: See TracChangeset for help on using the changeset viewer.