Changeset 16641
- Timestamp:
- 27 Sep 2021, 05:45:30 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16566 r16641 331 331 store = getUtility(IExtFileStore) 332 332 if self.context.subtype \ 333 and self.context.subtype not in ('transfer', 'de' ) \333 and self.context.subtype not in ('transfer', 'de', 'jamb') \ 334 334 and (not self.context.jamb_fname 335 335 or not self.context.jamb_reg_number):
Note: See TracChangeset for help on using the changeset viewer.