- Timestamp:
- 29 Apr 2020, 07:14:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16075 r16077 273 273 if not store.getFileByContext(self.context, attr=u'passport.jpg'): 274 274 return _('No passport picture uploaded.') 275 if self.context.subtype == 'transfer' and \ 276 not store.getFileByContext(self.context, attr=u'res_stat.pdf'): 275 if self.context.subtype == 'transfer' \ 276 and self.context.__parent__.code!= 'ug2020' \ 277 and not store.getFileByContext(self.context, attr=u'res_stat.pdf'): 277 278 return _('No statement of result pdf file uploaded.') 278 279 return False
Note: See TracChangeset for help on using the changeset viewer.