Ignore:
Timestamp:
5 May 2015, 04:37:21 (10 years ago)
Author:
Henrik Bettermann
Message:

We don't need to edit next_matric_integer in the base package.

Adjust interface.

File:
1 edited

Legend:

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

    r12896 r12902  
    530530        construct the new matric number of the student.
    531531
    532         In the base package the counter value is returned.
     532        In the base package the counter is returned which is as an attribute
     533        of the site configuration object.
    533534        """
    534535        next_integer = grok.getSite()['configuration'].next_matric_integer
Note: See TracChangeset for help on using the changeset viewer.