Ignore:
Timestamp:
29 May 2015, 06:03:24 (9 years ago)
Author:
Henrik Bettermann
Message:

Temporarily disable NCE I payment.

Unfortunately, many tests are based on nce_ft level 100 students. They all failed and had to be changed.

School fee configuration in FCEOkene is too complex and error-prone. WAeUP Germany recommends to slim down and optimize administrative processes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py

    r12629 r13022  
    203203                    else:
    204204                        amount = 14825
     205                    ################################
     206                    # Payment disabled on 29/05/15 #
     207                    ################################
     208                    amount = 0.0
    205209                # NCE II
    206210                elif student.current_level in (100, 110, 120) and \
Note: See TracChangeset for help on using the changeset viewer.