Changeset 18031 for main/waeup.uniben/trunk/src/waeup/uniben/interfaces.py
- Timestamp:
- 6 Mar 2025, 03:01:33 (10 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interfaces.py
r17608 r18031 148 148 ) 149 149 150 stat_result_fee = schema.Float( 151 title = _(u'Statement of Result Fee'), 152 default = 0.0, 153 required = False, 154 ) 155 150 156 remita_enabled = schema.Bool( 151 157 title = _(u'Remita integration enabled'),
Note: See TracChangeset for help on using the changeset viewer.