Changeset 13608 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 13 Jan 2016, 06:34:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r13574 r13608 733 733 ) 734 734 735 next_matric_integer_3 = schema.Int( 736 title = _(u'Next Matriculation Number Integer 3'), 737 description = _(u'3rd integer used for constructing the next ' 738 'matriculation number'), 739 default = 0, 740 readonly = False, 741 required = False, 742 ) 743 735 744 export_disabled_message = schema.Text( 736 745 title = _(u'Export-disabled message'),
Note: See TracChangeset for help on using the changeset viewer.