Ignore:
Timestamp:
6 Mar 2025, 03:01:33 (10 hours ago)
Author:
Henrik Bettermann
Message:

Add fee.
Add Id Card file viewlets.

File:
1 edited

Legend:

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

    r17608 r18031  
    148148        )
    149149
     150    stat_result_fee = schema.Float(
     151        title = _(u'Statement of Result Fee'),
     152        default = 0.0,
     153        required = False,
     154        )
     155
    150156    remita_enabled = schema.Bool(
    151157        title = _(u'Remita integration enabled'),
Note: See TracChangeset for help on using the changeset viewer.