Changeset 16780 for main/waeup.uniben/trunk
- Timestamp:
- 4 Feb 2022, 13:10:09 (3 years ago)
- 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 283 283 and student.current_mode == 'special_ft': 284 284 amount = 80000.0 285 elif category == 'plag_test': 286 amount = 2500.0 287 if student.is_postgrad: 288 amount = 5000.0 285 289 #elif category == 'develop' and student.is_postgrad: 286 290 # amount = academic_session.development_fee -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r16522 r16780 93 93 'foreign':'School Fee (paid in foreign currency)', 94 94 'medical_quest':'Medical Questionnaire Fee', 95 'plag_test':'Final Year Plagiarism Test', 95 96 } 96 97 … … 114 115 #'develop':'Development Fee', 115 116 'medical_quest':'Medical Questionnaire Fee', 117 'plag_test':'Final Year Plagiarism Test (for final year project or PG thesis)', 116 118 } 117 119
Note: See TracChangeset for help on using the changeset viewer.