- Timestamp:
- 6 Sep 2013, 06:06:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/applicant.py
r10144 r10593 34 34 def is_nd(self): 35 35 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'): 37 39 return True 38 40 return False
Note: See TracChangeset for help on using the changeset viewer.