Ignore:
Timestamp:
29 Nov 2013, 10:17:00 (11 years ago)
Author:
Henrik Bettermann
Message:

Show proper workflow states.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/workflow.py

    r10812 r10815  
    2727    Transition(
    2828        transition_id = 'admit',
    29         title = _('Approve contract'),
    30         msg = _('Contract approved'),
     29        title = _('Approve subscription'),
     30        msg = _('Subscription approved'),
    3131        source = CREATED,
    3232        destination = CLEARED),
     
    7272    Transition(
    7373        transition_id = 'reset2',
    74         title = _("Reset customer to state 'contract approved'"),
    75         msg = _("Reset to state 'contract approved'"),
     74        title = _("Reset customer to state 'subscription approved'"),
     75        msg = _("Reset to state 'subscription approved'"),
    7676        source = PAID,
    7777        destination = CLEARED),
Note: See TracChangeset for help on using the changeset viewer.