Changeset 13789 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 25 Mar 2016, 06:15:46 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r13758 r13789 1029 1029 'next_matric_integer', 1030 1030 'next_matric_integer_2', 1031 'next_matric_integer_3') 1031 'next_matric_integer_3', 1032 'next_matric_integer_4', 1033 ) 1032 1034 form_fields['maintmode_enabled_by'].for_display = True 1033 1035 -
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r13608 r13789 742 742 ) 743 743 744 next_matric_integer_4 = schema.Int( 745 title = _(u'Next Matriculation Number Integer 4'), 746 description = _(u'4th integer used for constructing the next ' 747 'matriculation number'), 748 default = 0, 749 readonly = False, 750 required = False, 751 ) 752 744 753 export_disabled_message = schema.Text( 745 754 title = _(u'Export-disabled message'),
Note: See TracChangeset for help on using the changeset viewer.