- Timestamp:
- 25 Nov 2019, 11:02:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/browser.py
r15796 r15842 65 65 @property 66 66 def target_url(self): 67 if not self.context.r_company: 67 if not self.context.p_state in ('waived', 'scholarship') \ 68 and not self.context.r_company: 68 69 return '' 69 70 return self.view.url(self.view.context, self.target)
Note: See TracChangeset for help on using the changeset viewer.