- Timestamp:
- 25 Nov 2019, 11:09:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/browser.py
r15842 r15844 192 192 193 193 def update(self): 194 if not self.context.r_company: 194 if not self.context.p_state in ('waived', 'scholarship') \ 195 and not self.context.r_company: 195 196 self.redirect(self.url(self.context)) 196 197 return
Note: See TracChangeset for help on using the changeset viewer.