Ignore:
Timestamp:
3 Jun 2019, 12:16:50 (5 years ago)
Author:
Henrik Bettermann
Message:

Multiple transcript payments are allowed.

File:
1 edited

Legend:

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

    r15399 r15447  
    193193
    194194    def samePaymentMade(self, student, category, p_item, p_session):
    195         if category == 'bed_allocation':
     195        if category in ('bed_allocation', 'transcript'):
    196196            return False
    197197        for key in student['payments'].keys():
Note: See TracChangeset for help on using the changeset viewer.