Changeset 16043 for main/kofacustom.dspg


Ignore:
Timestamp:
21 Mar 2020, 10:20:01 (5 years ago)
Author:
Henrik Bettermann
Message:

Weekend students pay less in year 3 (ND3 and HND3).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py

    r16013 r16043  
    202202                        else:
    203203                            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
    204207                elif student.is_postgrad and student.state == PAID:
    205208                    # Returning postgraduate students also pay for the
Note: See TracChangeset for help on using the changeset viewer.