Changeset 12902 for main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
- Timestamp:
- 5 May 2015, 04:37:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r12896 r12902 530 530 construct the new matric number of the student. 531 531 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. 533 534 """ 534 535 next_integer = grok.getSite()['configuration'].next_matric_integer
Note: See TracChangeset for help on using the changeset viewer.