Ignore:
Timestamp:
4 Dec 2011, 17:50:45 (13 years ago)
Author:
Henrik Bettermann
Message:

Let's call the registration number reg_number instead of reg_no, like in students. Issoufou: This requires an update of the plugins on the portal configuration page.

File:
1 edited

Legend:

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

    r7260 r7270  
    9191    access_code = index.Field(attribute='access_code')
    9292    applicant_id = index.Field(attribute='applicant_id')
    93     reg_no = index.Field(attribute='reg_no')
     93    reg_number = index.Field(attribute='reg_number')
    9494
    9595class ApplicantFactory(grok.GlobalUtility):
Note: See TracChangeset for help on using the changeset viewer.