Ignore:
Timestamp:
29 Aug 2012, 10:54:50 (12 years ago)
Author:
Henrik Bettermann
Message:

Extend workflow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/workflow.py

    r8752 r9120  
    150150        source = PAID,
    151151        destination = STARTED),
     152    Transition(
     153        transition_id = 'reset7',
     154        title = _('Reset application to admitted'),
     155        msg = _('Application reset to admitted'),
     156        source = CREATED,
     157        destination = ADMITTED),
    152158    )
    153159
Note: See TracChangeset for help on using the changeset viewer.