Ignore:
Timestamp:
12 Aug 2021, 06:40:29 (3 years ago)
Author:
Henrik Bettermann
Message:

Finetune requirements for submission.

File:
1 edited

Legend:

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

    r16565 r16566  
    330330    def dataNotComplete(self, data):
    331331        store = getUtility(IExtFileStore)
    332         if self.context.subtype not in ('transfer', 'de') \
     332        if self.context.subtype \
     333            and self.context.subtype not in ('transfer', 'de') \
    333334            and (not self.context.jamb_fname
    334335                 or not self.context.jamb_reg_number):
Note: See TracChangeset for help on using the changeset viewer.