- Timestamp:
- 10 Sep 2012, 11:05:07 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-async-update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-async-update
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/applicants/workflow.py
r8752 r9169 150 150 source = PAID, 151 151 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), 152 158 ) 153 159
Note: See TracChangeset for help on using the changeset viewer.