Changeset 16016 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 26 Feb 2020, 22:00:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/applicant.py
r15943 r16016 257 257 appl_file = file_store.getFileByContext(self, attr=filename[1]) 258 258 if appl_file is None: 259 return259 continue 260 260 stud_file_id = IFileStoreNameChooser(student).chooseName( 261 261 attr=filename[1])
Note: See TracChangeset for help on using the changeset viewer.