Changeset 10822 for main/kofacustom.ekodisco
- Timestamp:
- 30 Nov 2013, 12:20:04 (11 years ago)
- Location:
- main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/locales/en/LC_MESSAGES/waeup.kofa.po
r10821 r10822 378 378 msgstr "Customer Section" 379 379 380 msgid "Reactivate this study course (revert previous transfer)" 381 msgstr "Reactivate this contract (revert previous transfer)" 382 383 msgid "First Study Course, " 384 msgstr "First Contract, " 385 386 msgid "First Study Course" 387 msgstr "First Contract" 388 389 msgid "Second Study Course" 390 msgstr "Second Contract" 391 392 msgid "Student transfers can be reverted one after the other. When reverting a transfer, the active study course will be entirely removed including all containing course lists (study levels) and the previous study course will be reactivated." 393 msgstr "Customer transfers can be reverted one after the other. When reverting a transfer, the active conract will be entirely removed including all containing supplementary contracts and the previous contract will be reactivated." 394 -
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/browser.py
r10817 r10822 33 33 StudyCourseManageFormPage, 34 34 ExportPDFPaymentSlipPage, 35 StudentTransferFormPage, 35 36 ) 36 37 from waeup.kofa.students.interfaces import ( 37 IStudentsUtils, ICourseTicket )38 IStudentsUtils, ICourseTicket, IStudentStudyCourseTransfer) 38 39 from waeup.kofa.students.workflow import FORBIDDEN_POSTGRAD_TRANS 39 40 from kofacustom.nigeria.students.browser import ( … … 102 103 'adm_code', 'sex', 'suspended_comment', 103 104 'current_mode', 'matric_number') 105 106 class StudentTransferFormPage(StudentTransferFormPage): 107 """Page to transfer the student. 108 """ 109 form_fields = grok.AutoFields(IStudentStudyCourseTransfer).select( 110 'certificate', 'current_session')
Note: See TracChangeset for help on using the changeset viewer.