Changeset 16010 for main/waeup.fceokene/trunk/src/waeup/fceokene/students
- Timestamp:
- 22 Feb 2020, 20:10:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r16008 r16010 76 76 for ticket in student['payments'].values(): 77 77 if ticket.p_state == 'paid' and \ 78 ticket.p_level in (300, 310, 320)and \78 ticket.p_level == 300 and \ 79 79 ticket.p_category == 'schoolfee': 80 80 return True
Note: See TracChangeset for help on using the changeset viewer.