- Timestamp:
- 21 Jul 2020, 20:16:33 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16175 r16178 564 564 and not store.getFileByContext(self.context, attr=u'res_stat.pdf'): 565 565 return _('No statement of result pdf file uploaded.') 566 if self.target is not None \567 and self.target.startswith('tsc') \568 and not store.getFileByContext(self.context, attr=u'eligibility.pdf'):569 return _('No eligibility form pdf file uploaded.')566 #if self.target is not None \ 567 # and self.target.startswith('tsc') \ 568 # and not store.getFileByContext(self.context, attr=u'eligibility.pdf'): 569 # return _('No eligibility form pdf file uploaded.') 570 570 return False 571 571
Note: See TracChangeset for help on using the changeset viewer.