Ignore:
Timestamp:
22 Feb 2020, 20:10:58 (5 years ago)
Author:
Henrik Bettermann
Message:

Only 300 level students pay 3rd semester fee.

File:
1 edited

Legend:

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

    r16008 r16010  
    7676            for ticket in student['payments'].values():
    7777                if ticket.p_state == 'paid' and \
    78                     ticket.p_level in (300, 310, 320) and \
     78                    ticket.p_level == 300 and \
    7979                    ticket.p_category == 'schoolfee':
    8080                    return True
Note: See TracChangeset for help on using the changeset viewer.