Ignore:
Timestamp:
18 Jun 2012, 14:29:16 (12 years ago)
Author:
Henrik Bettermann
Message:

Add transition.

File:
1 edited

Legend:

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

    r8434 r8752  
    141141        transition_id = 'reset5',
    142142        title = _('Reset application to paid'),
    143         msg = _('Application reset'),
     143        msg = _('Application reset to paid'),
    144144        source = SUBMITTED,
    145145        destination = PAID),
     146    Transition(
     147        transition_id = 'reset6',
     148        title = _('Reset application to started'),
     149        msg = _('Application reset'),
     150        source = PAID,
     151        destination = STARTED),
    146152    )
    147153
Note: See TracChangeset for help on using the changeset viewer.