Ignore:
Timestamp:
29 Apr 2020, 07:14:44 (4 years ago)
Author:
Henrik Bettermann
Message:

Change dataNotComplete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py

    r16075 r16077  
    273273            if not store.getFileByContext(self.context, attr=u'passport.jpg'):
    274274                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'):
    277278            return _('No statement of result pdf file uploaded.')
    278279        return False
Note: See TracChangeset for help on using the changeset viewer.