Changeset 16043 for main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Timestamp:
- 21 Mar 2020, 10:20:01 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r16013 r16043 202 202 else: 203 203 amount = getattr(certificate, 'school_fee_4', 0.0) 204 if student.current_mode.endswith('_we') and p_plevel in ( 205 300, 310, 320, 330, 600, 610, 620, 630): 206 amount -= 7000 204 207 elif student.is_postgrad and student.state == PAID: 205 208 # Returning postgraduate students also pay for the
Note: See TracChangeset for help on using the changeset viewer.