- Timestamp:
- 1 Jun 2013, 07:32:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r10266 r10270 500 500 prefix = 'form' 501 501 502 omit_fields = ('date_of_birth',) 503 502 504 form_fields = grok.AutoFields(IStudentBase).select('student_id', 'reg_number') 503 505 … … 512 514 students_utils = getUtility(IStudentsUtils) 513 515 return students_utils.renderPDFAdmissionLetter(self, 514 self.context.student )516 self.context.student, omit_fields=self.omit_fields) 515 517 516 518 class StudentBaseManageFormPage(KofaEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.