Changeset 15844
- Timestamp:
- 25 Nov 2019, 11:09:43 (5 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 2 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 -
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.