Help for this page

Select Code to Download


  1. or download this
    sub TicketState::New::next_action { 'send_ticket_to_supervisor' }
    
    ...
        my $action = $self->next_action;
        $self->$action(@_);
    }