Changeset 17916


Ignore:
Timestamp:
6 Sep 2024, 15:33:30 (13 days ago)
Author:
Henrik Bettermann
Message:

Bursaries are also allowed to export school fee payment overviews.

File:
1 edited

Legend:

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

    r17851 r17916  
    245245        if not checkPermission('waeup.exportData', context):
    246246            if checkPermission('waeup.exportBursaryData', context):
    247                 exporters += [('Bursary Data', 'bursary')]
     247                exporters += [('Bursary Data', 'bursary'),
     248                              ('School Fee Payments Overview',
     249                               'sfpaymentsoverview'),
     250                              ('Session Payments Overview',
     251                               'sessionpaymentsoverview')]
    248252            if checkPermission('waeup.exportPaymentsOverview', context):
    249253                exporters += [('School Fee Payments Overview',
Note: See TracChangeset for help on using the changeset viewer.