Ignore:
Timestamp:
7 Sep 2020, 07:17:43 (4 years ago)
Author:
Henrik Bettermann
Message:

Also paid transcript payments trigger the pay transition.

File:
1 edited

Legend:

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

    r15553 r16224  
    4646        """
    4747        if self.__parent__.state != PAID \
    48             and (self.p_category == 'application' or self.__parent__.special):
     48            and (self.p_category == 'application' \
     49                 or self.p_category.startswith('tsc') \
     50                 or self.__parent__.special):
    4951            wf_info = IWorkflowInfo(self.__parent__)
    5052            try:
     
    6264        """
    6365        if self.__parent__.state != PAID \
    64             and (self.p_category == 'application' or self.__parent__.special):
     66            and (self.p_category == 'application' \
     67                or self.p_category.startswith('tsc') \
     68                or self.__parent__.special):
    6569            wf_info = IWorkflowInfo(self.__parent__)
    6670            try:
Note: See TracChangeset for help on using the changeset viewer.