Changeset 8752
- Timestamp:
- 18 Jun 2012, 14:29:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/workflow.py
r8434 r8752 141 141 transition_id = 'reset5', 142 142 title = _('Reset application to paid'), 143 msg = _('Application reset '),143 msg = _('Application reset to paid'), 144 144 source = SUBMITTED, 145 145 destination = PAID), 146 Transition( 147 transition_id = 'reset6', 148 title = _('Reset application to started'), 149 msg = _('Application reset'), 150 source = PAID, 151 destination = STARTED), 146 152 ) 147 153
Note: See TracChangeset for help on using the changeset viewer.