Ignore:
Timestamp:
2 Oct 2012, 19:08:02 (12 years ago)
Author:
Henrik Bettermann
Message:

Export current_session. We need this to disable the right payments in FCEOkene.

File:
1 edited

Legend:

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

    r9258 r9278  
    249249        sorted(iface_names(
    250250            IStudentOnlinePayment, exclude_attribs=False))) + (
    251                 'student_id','student_state')
     251                'student_id','student_state','current_session')
    252252
    253253    #: The title under which this exporter will be displayed
Note: See TracChangeset for help on using the changeset viewer.