Ignore:
Timestamp:
25 Mar 2016, 06:15:46 (8 years ago)
Author:
Henrik Bettermann
Message:

Add next_matric_integer_4.

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  
    10291029        'next_matric_integer',
    10301030        'next_matric_integer_2',
    1031         'next_matric_integer_3')
     1031        'next_matric_integer_3',
     1032        'next_matric_integer_4',
     1033        )
    10321034    form_fields['maintmode_enabled_by'].for_display = True
    10331035
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r13608 r13789  
    742742        )
    743743
     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
    744753    export_disabled_message = schema.Text(
    745754        title = _(u'Export-disabled message'),
Note: See TracChangeset for help on using the changeset viewer.