JO stays in View Open list until JO has status of completed. #501
This commit is contained in:
parent
e0f41c57c1
commit
7e637bdfc0
1 changed files with 2 additions and 0 deletions
|
|
@ -3061,6 +3061,8 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
|
|||
JOStatus::ASSIGNED,
|
||||
JOStatus::IN_PROGRESS,
|
||||
JOStatus::IN_TRANSIT,
|
||||
JOStatus::PERFORMED,
|
||||
JOStatus::PAID,
|
||||
];
|
||||
break;
|
||||
case 'all':
|
||||
|
|
|
|||
Loading…
Reference in a new issue