Changeset 16200 for main/waeup.kofa
- Timestamp:
- 15 Aug 2020, 09:52:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/batching.py
r15628 r16200 424 424 ticket = applicant[key] 425 425 if ticket.p_state == 'paid' and\ 426 ticket.p_category == category: 427 return True 426 ticket.p_category == category and\ 427 ticket.p_item != 'Balance': 428 return True 428 429 return False 429 430
Note: See TracChangeset for help on using the changeset viewer.