Changeset 14053 for main/waeup.kofa/trunk
- Timestamp:
- 5 Aug 2016, 14:06:31 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r13872 r14053 817 817 if ticket.p_state == 'paid' and\ 818 818 ticket.p_category == category and \ 819 ticket.p_session == p_session: 819 ticket.p_session == p_session and \ 820 ticket.p_item != 'Balance': 820 821 return True 821 822 return False
Note: See TracChangeset for help on using the changeset viewer.