Changeset 16964 for main/kofacustom.dspg
- Timestamp:
- 14 Jun 2022, 11:40:43 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r16963 r16964 35 35 and student.current_verdict == 'C') \ 36 36 or (student.current_level in (300, 310, 320, 330) \ 37 and student.current_mode == 'hnd_ft' )\37 and student.current_mode == 'hnd_ft' \ 38 38 and student.current_verdict == 'C'): 39 39 return 5950.0 … … 50 50 and student.current_verdict == 'C') \ 51 51 or (student.current_level in (300, 310, 320, 330) \ 52 and student.current_mode == 'hnd_ft' )\52 and student.current_mode == 'hnd_ft' \ 53 53 and student.current_verdict == 'C'): 54 54 return 4250.0
Note: See TracChangeset for help on using the changeset viewer.