Ignore:
Timestamp:
25 Nov 2011, 20:54:14 (13 years ago)
Author:
Henrik Bettermann
Message:

Add indexes faccode, depcode and certcode to students_catalog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/catalog.py

    r7191 r7203  
    3939    matric_number = index.Field(attribute='matric_number')
    4040    state = index.Field(attribute='state')
    41     certificate = index.Field(attribute='certificate')
     41    certcode = index.Field(attribute='certcode')
     42    depcode = index.Field(attribute='depcode')
     43    faccode = index.Field(attribute='faccode')
    4244    current_session = index.Field(attribute='current_session')
    4345
Note: See TracChangeset for help on using the changeset viewer.