Ignore:
Timestamp:
13 Jul 2012, 08:18:02 (12 years ago)
Author:
Henrik Bettermann
Message:

Customize updateEntry method of FacultyProcessor? to import local_roles.

File:
1 edited

Legend:

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

    r8942 r8995  
    223223        parent = self.getParent(row, site)
    224224        if hasattr(obj,'student_id'):
    225             # Update mode: the student exists and we can get the student_id
     225            # Update mode: the student exists and we can get the student_id.
     226            # Create mode: the record contains the student_id
    226227            parent.logger.info(
    227228                '%s - Student record updated: %s'
Note: See TracChangeset for help on using the changeset viewer.