Ignore:
Timestamp:
22 Apr 2014, 07:13:16 (11 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

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

    r11451 r11589  
    668668        )
    669669
     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
    670679class ISessionConfiguration(IKofaObject):
    671680    """A session configuration object.
Note: See TracChangeset for help on using the changeset viewer.