- Timestamp:
- 23 Jan 2020, 12:25:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/utils.py
r15941 r15943 48 48 } 49 49 50 #: A tuple of names of files to be copied over51 #: tostudents section.52 FILENAMES = ('testfile.pdf',)50 #: A tuple of tuple of file names to be uploaded by applicants and copied 51 #: over to the students section. 52 ADDITIONAL_FILES = (('Test File','testfile.pdf'),) 53 53 54 54 def setPaymentDetails(self, container, payment, applicant):
Note: See TracChangeset for help on using the changeset viewer.