- Timestamp:
- 21 Mar 2020, 13:58:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r16043 r16044 202 202 else: 203 203 amount = getattr(certificate, 'school_fee_4', 0.0) 204 if student.current_mode.endswith('_we') and p_ plevel in (204 if student.current_mode.endswith('_we') and p_level in ( 205 205 300, 310, 320, 330, 600, 610, 620, 630): 206 206 amount -= 7000
Note: See TracChangeset for help on using the changeset viewer.