Changeset 16044 for main/kofacustom.dspg


Ignore:
Timestamp:
21 Mar 2020, 13:58:24 (5 years ago)
Author:
Henrik Bettermann
Message:

Fix typo.

File:
1 edited

Legend:

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

    r16043 r16044  
    202202                        else:
    203203                            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 (
    205205                        300, 310, 320, 330, 600, 610, 620, 630):
    206206                        amount -= 7000
Note: See TracChangeset for help on using the changeset viewer.