Changeset 14746


Ignore:
Timestamp:
2 Aug 2017, 09:16:52 (7 years ago)
Author:
Henrik Bettermann
Message:

Customize Remita views.

Add remita_enabled field to session configuration objects.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
3 added
1 edited

Legend:

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

    r14717 r14746  
    124124        )
    125125
     126    remita_enabled = schema.Bool(
     127        title = _(u'Remita integration enabled'),
     128        default = False,
     129        )
     130
    126131    def getSessionString():
    127132        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.