Ignore:
Timestamp:
1 Oct 2012, 06:36:33 (12 years ago)
Author:
Henrik Bettermann
Message:

We need to export the batch id. This is necessary for reimport batches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/tests/test_export.py

    r9261 r9262  
    7070            result,
    7171             'cost,creation_date,creator,disabled_num,entry_num,num,'
    72              'prefix,used_num\r\n6.6,now,manfred,0,0,1,APP,0\r\n6.6,'
    73              'now,manfred,0,0,0,SFE,0\r\n'
     72             'prefix,used_num,batch_id\r\n6.6,now,manfred,0,0,1,APP,0,APP-1\r\n'
     73             '6.6,now,manfred,0,0,0,SFE,0,SFE-0\r\n'
    7474            )
    7575        return
Note: See TracChangeset for help on using the changeset viewer.