Rename Processing to Dispatch #UAT
This commit is contained in:
parent
e27e902e49
commit
eab86ec007
9 changed files with 10 additions and 10 deletions
|
|
@ -186,9 +186,9 @@ access_keys:
|
|||
- id: jo_in.list
|
||||
label: Incoming
|
||||
- id: jo_proc.list
|
||||
label: Processing
|
||||
label: Dispatch
|
||||
- id: jo_proc.unlock
|
||||
label: Processing Unlock
|
||||
label: Dispatch Unlock
|
||||
- id: jo_assign.list
|
||||
label: Assigning
|
||||
- id: jo_assign.unlock
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ main_menu:
|
|||
parent: joborder
|
||||
- id: jo_proc
|
||||
acl: jo_proc.list
|
||||
label: Processing
|
||||
label: Dispatch
|
||||
parent: joborder
|
||||
- id: jo_assign
|
||||
acl: jo_assign.list
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ class JobOrderController extends BaseController
|
|||
switch ($tier) {
|
||||
case 'proc':
|
||||
$tier_key = 'jo_proc';
|
||||
$tier_name = 'Processing';
|
||||
$tier_name = 'Dispatch';
|
||||
$rows_route = 'jo_proc_rows';
|
||||
$edit_route = 'jo_proc_form';
|
||||
$unlock_route = 'jo_proc_unlock';
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
{
|
||||
field: 'processor',
|
||||
title: 'Processor'
|
||||
title: 'Dispatcher'
|
||||
},
|
||||
{
|
||||
field: 'assignor',
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
{
|
||||
field: 'processor',
|
||||
title: 'Processor'
|
||||
title: 'Dispatcher'
|
||||
},
|
||||
{
|
||||
field: 'assignor',
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
{
|
||||
field: 'processor',
|
||||
title: 'Processor'
|
||||
title: 'Dispatcher'
|
||||
},
|
||||
{
|
||||
field: 'assignor',
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
{
|
||||
field: 'processor',
|
||||
title: 'Processor'
|
||||
title: 'Dispatcher'
|
||||
},
|
||||
{
|
||||
field: 'Actions',
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
{
|
||||
field: 'processor',
|
||||
title: 'Processor'
|
||||
title: 'Dispatcher'
|
||||
},
|
||||
{
|
||||
field: 'assignor',
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
{
|
||||
field: 'processor',
|
||||
title: 'Processor'
|
||||
title: 'Dispatcher'
|
||||
},
|
||||
{
|
||||
field: 'Actions',
|
||||
|
|
|
|||
Loading…
Reference in a new issue