Changeset 15083 for main/waeup.uniben


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

In all cases old returning discount is not given for previous session ticket.

File:
1 edited

Legend:

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

    r15002 r15083  
    297297                        amount = getattr(certificate, 'school_fee_2', 0.0)
    298298                        # Old returning students might get a discount.
    299                         if student.entry_session < 2017 \
    300                             and certificate.custom_float_1:
    301                             amount -= certificate.custom_float_1
     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
    302303            else:
    303304                if student.state == CLEARED:
Note: See TracChangeset for help on using the changeset viewer.