Ignore:
Timestamp:
14 Jan 2020, 08:22:46 (5 years ago)
Author:
Henrik Bettermann
Message:

Revert changes from last revision. We have to cleanup the datacenter first.

File:
1 edited

Legend:

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

    r15922 r15923  
    585585    STUDENT_ID_PREFIX = u'E'
    586586
    587     STUDENT_EXPORTER_NAMES = (
    588             'students',
    589             'studentstudycourses',
    590             'studentstudylevels',
    591             'coursetickets',
    592             'studentpayments',
    593             'bedtickets',
    594             'unpaidpayments',
    595             'sfpaymentsoverview',
    596             'studylevelsoverview',
    597             'combocard',
    598             'bursary',
     587    STUDENT_EXPORTER_NAMES = ('students', 'studentstudycourses',
     588            'studentstudylevels', 'coursetickets',
     589            'studentpayments', 'studentunpaidpayments',
     590            'bedtickets', 'sfpaymentsoverview',
     591            'studylevelsoverview', 'combocard', 'bursary',
    599592            'levelreportdata',
    600             'outstandingcourses',
     593            'studentoutstandingcourses',
    601594            'sessionpaymentsoverview',
    602             'accommodationpayments',
    603             'transcriptdata')
     595            'accommodationpayments')
Note: See TracChangeset for help on using the changeset viewer.