Ignore:
Timestamp:
17 Jun 2012, 07:09:21 (12 years ago)
Author:
Henrik Bettermann
Message:

Replace getStudent method by a 'student' attribute.

File:
1 edited

Legend:

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

    r8626 r8736  
    650650            return 'Current session does not correspond.'
    651651        # Check if student is in state REGISTERED
    652         if obj.getStudent().state != VALIDATED:
     652        if obj.student.state != VALIDATED:
    653653            return 'Student in wrong state.'
    654654        return None
Note: See TracChangeset for help on using the changeset viewer.