Changeset 8301


Ignore:
Timestamp:
28 Apr 2012, 07:52:00 (12 years ago)
Author:
Henrik Bettermann
Message:

Export also school fees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/export.py

    r7907 r8301  
    139139    #: Fieldnames considered by this exporter
    140140    fields = ('code', 'faculty_code', 'department_code', 'title', 'study_mode',
    141               'start_level', 'end_level', 'application_category')
     141              'start_level', 'end_level', 'application_category',
     142              'school_fee_1', 'school_fee_2')
    142143
    143144    #: The title under which this exporter will be displayed
Note: See TracChangeset for help on using the changeset viewer.