Changeset 10593


Ignore:
Timestamp:
6 Sep 2013, 06:06:19 (11 years ago)
Author:
Henrik Bettermann
Message:

Take 'pre' targets into consideration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/applicant.py

    r10144 r10593  
    3434    def is_nd(self):
    3535        if self.applicant_id.startswith('nd') \
    36             or self.applicant_id.startswith('rmd'):
     36            or self.applicant_id.startswith('rmd') \
     37            or self.applicant_id.startswith('prend') \
     38            or self.applicant_id.startswith('prermd'):
    3739            return True
    3840        return False
Note: See TracChangeset for help on using the changeset viewer.