Ignore:
Timestamp:
11 Jun 2012, 06:42:14 (12 years ago)
Author:
Henrik Bettermann
Message:

Copy also customized fields from applicant to student.

Fix typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/applicant.py

    r8530 r8668  
    3030    grok.provides(ICustomApplicant)
    3131
     32    create_names = Applicant.create_names + [
     33        'lga', 'nationality', 'perm_address']
     34
    3235# Set all attributes of Applicant required in IApplicant as field
    3336# properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.