Ignore:
Timestamp:
17 Feb 2012, 07:43:22 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement carry-over course collection. Collect carry-over courses in base levels (not in repeating levels).

File:
1 edited

Legend:

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

    r7641 r7661  
    378378        )
    379379
     380    carry_over = schema.Bool(
     381        title = u'Carry-over Course',
     382        default = False,
     383        required = False,
     384        readonly = False,
     385        )
     386
    380387    def getLevel():
    381388        """Returns the id of the level the ticket has been added to.
Note: See TracChangeset for help on using the changeset viewer.