Changeset 17851


Ignore:
Timestamp:
17 Jul 2024, 04:56:16 (2 months ago)
Author:
Henrik Bettermann
Message:

Fix exporter name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r17826 r17851  
    256256                               'accommodationpayments')]
    257257            if checkPermission('waeup.exportNYSCData', context):
    258                 exporters += [('NYSC Data', 'NYSC'),]
     258                exporters += [('NYSC Indication', 'nysc'),]
    259259            return exporters
    260260
Note: See TracChangeset for help on using the changeset viewer.