Ignore:
Timestamp:
10 Jun 2020, 06:07:04 (4 years ago)
Author:
Henrik Bettermann
Message:

Balance payments can be made several times for same session and level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r16086 r16113  
    398398            if ticket.p_state == 'paid' and\
    399399               ticket.p_category == category and \
     400               ticket.p_item != 'Balance' and \
    400401               ticket.p_item == p_item and \
    401402               ticket.p_session == p_session:
Note: See TracChangeset for help on using the changeset viewer.