Changeset 8995 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 13 Jul 2012, 08:18:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r8942 r8995 223 223 parent = self.getParent(row, site) 224 224 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 226 227 parent.logger.info( 227 228 '%s - Student record updated: %s'
Note: See TracChangeset for help on using the changeset viewer.