Changeset 16200 for main/waeup.kofa


Ignore:
Timestamp:
15 Aug 2020, 09:52:24 (4 years ago)
Author:
Henrik Bettermann
Message:

Allow (imported) balance fee payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/batching.py

    r15628 r16200  
    424424            ticket = applicant[key]
    425425            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
    428429        return False
    429430
Note: See TracChangeset for help on using the changeset viewer.