Ignore:
Timestamp:
1 Aug 2018, 05:24:33 (6 years ago)
Author:
Henrik Bettermann
Message:

Transcripts can be paid several times per session.

File:
1 edited

Legend:

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

    r15095 r15096  
    457457            if ticket.p_state == 'paid' and\
    458458               ticket.p_category == category and \
     459               not ticket.p_category.startswith('transcript') and \
    459460               ticket.p_item == p_item and \
    460461               ticket.p_session == p_session:
Note: See TracChangeset for help on using the changeset viewer.