Ignore:
Timestamp:
31 Jul 2018, 04:10:45 (6 years ago)
Author:
Henrik Bettermann
Message:

Revert changes from last revision.

File:
1 edited

Legend:

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

    r15083 r15094  
    297297                        amount = getattr(certificate, 'school_fee_2', 0.0)
    298298                        # Old returning students might get a discount.
    299                         # disabled on 10/07/2018 (#1025)
    300                         #if student.entry_session < 2017 \
    301                         #    and certificate.custom_float_1:
    302                         #    amount -= certificate.custom_float_1
     299                        if student.entry_session < 2017 \
     300                            and certificate.custom_float_1:
     301                            amount -= certificate.custom_float_1
    303302            else:
    304303                if student.state == CLEARED:
Note: See TracChangeset for help on using the changeset viewer.