Ignore:
Timestamp:
21 Jul 2020, 20:16:33 (4 years ago)
Author:
Henrik Bettermann
Message:

Eligibility form is not compulsory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py

    r16175 r16178  
    564564            and not store.getFileByContext(self.context, attr=u'res_stat.pdf'):
    565565            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.')
    570570        return False
    571571
Note: See TracChangeset for help on using the changeset viewer.