Changeset 16113 for main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
- Timestamp:
- 10 Jun 2020, 06:07:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r16086 r16113 398 398 if ticket.p_state == 'paid' and\ 399 399 ticket.p_category == category and \ 400 ticket.p_item != 'Balance' and \ 400 401 ticket.p_item == p_item and \ 401 402 ticket.p_session == p_session:
Note: See TracChangeset for help on using the changeset viewer.