Ignore:
Timestamp:
16 Apr 2021, 14:45:49 (3 years ago)
Author:
Henrik Bettermann
Message:

Add scholarship payments.

File:
1 edited

Legend:

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

    r16462 r16463  
    7575        if len(student['payments']):
    7676            for ticket in student['payments'].values():
    77                 if ticket.p_state == 'paid' and \
     77                if ticket.p_state in ('paid', 'scholarship', 'waived') and \
    7878                    ticket.p_level == 300 and \
    7979                    ticket.p_category == 'schoolfee':
Note: See TracChangeset for help on using the changeset viewer.