Ignore:
Timestamp:
30 Sep 2012, 13:05:04 (12 years ago)
Author:
Henrik Bettermann
Message:

Export payments with student_state to sort out if payments do not correspond with states set manually by officers.

File:
1 edited

Legend:

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

    r9253 r9258  
    248248    fields = tuple(
    249249        sorted(iface_names(
    250             IStudentOnlinePayment, exclude_attribs=False))) + ('student_id',)
     250            IStudentOnlinePayment, exclude_attribs=False))) + (
     251                'student_id','student_state')
    251252
    252253    #: The title under which this exporter will be displayed
Note: See TracChangeset for help on using the changeset viewer.