- Timestamp:
- 2 May 2013, 15:12:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/applicant.py
r10132 r10144 34 34 def is_nd(self): 35 35 if self.applicant_id.startswith('nd') \ 36 or self.applicant_id.startswith(' prend'):36 or self.applicant_id.startswith('rmd'): 37 37 return True 38 38 return False
Note: See TracChangeset for help on using the changeset viewer.