|
@@ -137,7 +137,7 @@ Error_manager Exception_solver::solve_exception(Error_manager code,Process_task*
|
|
|
|
|
|
if(task->get_process_type()==message::eStoring)
|
|
|
{
|
|
|
- switch (task->current_step_statu())
|
|
|
+ switch (task->current_step_type())
|
|
|
{
|
|
|
case message::eAlloc_step :
|
|
|
{
|
|
@@ -223,7 +223,7 @@ Error_manager Exception_solver::solve_exception(Error_manager code,Process_task*
|
|
|
|
|
|
if(task->get_process_type()==message::ePicking)
|
|
|
{
|
|
|
- switch (task->current_step_statu())
|
|
|
+ switch (task->current_step_type())
|
|
|
{
|
|
|
case message::eSearch_step :
|
|
|
case message::eDispatch_step :
|