Changeset 10650 for main/waeup.kofa/trunk/src/waeup/kofa/students/export.py
- Timestamp:
- 25 Sep 2013, 06:46:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/export.py
r10296 r10650 476 476 value = certificate.title 477 477 if name == 'department' and certificate is not None: 478 value = certificate.__parent__.__parent__.longtitle ()478 value = certificate.__parent__.__parent__.longtitle 479 479 if name == 'faculty' and certificate is not None: 480 value = certificate.__parent__.__parent__.__parent__.longtitle ()480 value = certificate.__parent__.__parent__.__parent__.longtitle 481 481 if name == 'passport_path' and certificate is not None: 482 482 file_id = IFileStoreNameChooser(context).chooseName(attr='passport.jpg')
Note: See TracChangeset for help on using the changeset viewer.