Changeset 11589 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 22 Apr 2014, 07:13:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r11451 r11589 668 668 ) 669 669 670 next_matric_integer = schema.Int( 671 title = _(u'Next Matriculation Number Integer'), 672 description = _(u'Integer used for constructing the next ' 673 'matriculation number'), 674 default = 0, 675 readonly = False, 676 required = False, 677 ) 678 670 679 class ISessionConfiguration(IKofaObject): 671 680 """A session configuration object.
Note: See TracChangeset for help on using the changeset viewer.