Ignore:
Timestamp:
6 Jun 2018, 11:10:07 (6 years ago)
Author:
Henrik Bettermann
Message:

Fix CourseTicketExporter. Ticket level and session filter did not work.

Add payment category filter to payment exporters. Optimize Python code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/tests/test_browser.py

    r14939 r15042  
    447447        self.assertTrue(
    448448            'zope.mgr - students.browser.DatacenterExportJobContainerJobConfig '
    449             '- exported: students (None, None, None, None, None, None, None, None), '
     449            '- exported: students '
     450            '(None, None, None, None, None, None, , , all, all, all), '
    450451            'job_id=%s'
    451452            % job_id in logcontent)
Note: See TracChangeset for help on using the changeset viewer.