- Timestamp:
- 29 Nov 2013, 10:17:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/workflow.py
r10812 r10815 27 27 Transition( 28 28 transition_id = 'admit', 29 title = _('Approve contract'),30 msg = _(' Contractapproved'),29 title = _('Approve subscription'), 30 msg = _('Subscription approved'), 31 31 source = CREATED, 32 32 destination = CLEARED), … … 72 72 Transition( 73 73 transition_id = 'reset2', 74 title = _("Reset customer to state ' contractapproved'"),75 msg = _("Reset to state ' contractapproved'"),74 title = _("Reset customer to state 'subscription approved'"), 75 msg = _("Reset to state 'subscription approved'"), 76 76 source = PAID, 77 77 destination = CLEARED),
Note: See TracChangeset for help on using the changeset viewer.