Ignore:
Timestamp:
17 Sep 2019, 18:27:50 (5 years ago)
Author:
Henrik Bettermann
Message:

Enable application slip for special applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/viewlets.py

    r15576 r15588  
    2929        """Get a URL to the target...
    3030        """
    31         if self.context.state in ('initialized', 'started', 'paid') \
    32             or self.context.special:
     31        if self.context.state in ('initialized', 'started', 'paid'):
    3332            return
    3433        if self.context.__parent__.prefix == 'conv':
Note: See TracChangeset for help on using the changeset viewer.