Ignore:
Timestamp:
1 Sep 2012, 07:15:42 (12 years ago)
Author:
Henrik Bettermann
Message:

Adjust student base data section on slips. Display certificate code and full name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r9078 r9141  
    545545    grok.name('base')
    546546    form_fields = grok.AutoFields(IApplicant).select(
    547         'applicant_id', 'firstname', 'lastname','email', 'course1')
     547        'applicant_id','email', 'course1')
    548548
    549549class CreateStudentPage(UtilityView, grok.View):
Note: See TracChangeset for help on using the changeset viewer.