Changeset 16463 for main/waeup.fceokene/trunk/src
- Timestamp:
- 16 Apr 2021, 14:45:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r16462 r16463 75 75 if len(student['payments']): 76 76 for ticket in student['payments'].values(): 77 if ticket.p_state == 'paid'and \77 if ticket.p_state in ('paid', 'scholarship', 'waived') and \ 78 78 ticket.p_level == 300 and \ 79 79 ticket.p_category == 'schoolfee':
Note: See TracChangeset for help on using the changeset viewer.