Ignore:
Timestamp:
6 Sep 2012, 05:55:55 (12 years ago)
Author:
Henrik Bettermann
Message:

We need to import validation_date and validated_by to keep this information from SRP even though both attributes are not used in Kofa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py

    r9037 r9160  
    469469
    470470    location_fields = []
    471     additional_fields = ['level']
     471
     472    # Validation fields can be removed after data migration from SRP.
     473    additional_fields = ['level',
     474        'validated_by', 'validation_date']
    472475    additional_headers = ['level']
    473476
Note: See TracChangeset for help on using the changeset viewer.