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