- Timestamp:
- 25 Sep 2018, 08:44:43 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r15163 r15173 373 373 ) 374 374 375 class IStudentTranscript(IKofaObject):376 """Representation of student transcript data. Only used for377 StudentTranscriptRequestManageFormPage.378 """379 380 transcript_comment = schema.Text(381 title = _(u'Comment'),382 required = False,383 )384 385 transcript_signees = schema.Text(386 title = _(u'Signees'),387 required = False,388 )389 390 391 375 class IStudent(IStudentBase,IUGStudentClearance,IPGStudentClearance, 392 376 IStudentPersonal):
Note: See TracChangeset for help on using the changeset viewer.