Ignore:
Timestamp:
17 Jun 2021, 15:20:10 (3 years ago)
Author:
Henrik Bettermann
Message:

Bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r16507 r16510  
    272272            if ticket.p_category in SF_PAYMENTS and \
    273273                ticket.p_state == 'paid' and \
    274                 ticket.p_session in (cs,1, cs, cs+1):
     274                ticket.p_session in (cs-1, cs, cs+1):
    275275                sf_paid[ticket.p_session] += ticket.amount_auth
    276276        return sf_paid
Note: See TracChangeset for help on using the changeset viewer.