Ignore:
Timestamp:
28 Oct 2015, 05:07:24 (9 years ago)
Author:
Henrik Bettermann
Message:

AAUE needs a second global matric number counter. We can only add this counter in the base package.

File:
1 edited

Legend:

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

    r13201 r13354  
    998998        _('Add session configuration'),
    999999        _('Remove selected')]
    1000     # We don't need to edit next_matric_integer in the base package.
     1000    # We don't need to edit next matric integers in the base package.
    10011001    form_fields = grok.AutoFields(IConfigurationContainer).omit(
    1002         'frontpage_dict', 'next_matric_integer')
     1002        'frontpage_dict', 'next_matric_integer', 'next_matric_integer_2')
    10031003
    10041004    @action(_('Save'), style='primary')
Note: See TracChangeset for help on using the changeset viewer.