diff --git a/templates/job-order/list.all.html.twig b/templates/job-order/list.all.html.twig index a9887bcc..0c446c6c 100644 --- a/templates/job-order/list.all.html.twig +++ b/templates/job-order/list.all.html.twig @@ -97,10 +97,6 @@ field: 'processor', title: 'Dispatcher' }, - { - field: 'assignor', - title: 'Assignor' - }, { field: 'Actions', width: 110, diff --git a/templates/job-order/list.assigning.html.twig b/templates/job-order/list.assigning.html.twig index 18fa348e..2b68ba7e 100644 --- a/templates/job-order/list.assigning.html.twig +++ b/templates/job-order/list.assigning.html.twig @@ -97,10 +97,6 @@ field: 'processor', title: 'Dispatcher' }, - { - field: 'assignor', - title: 'Assignor' - }, { field: 'Actions', width: 110, diff --git a/templates/job-order/list.fulfillment.html.twig b/templates/job-order/list.fulfillment.html.twig index 3fc20a2b..b425e792 100644 --- a/templates/job-order/list.fulfillment.html.twig +++ b/templates/job-order/list.fulfillment.html.twig @@ -97,10 +97,6 @@ field: 'processor', title: 'Dispatcher' }, - { - field: 'assignor', - title: 'Assignor' - }, { field: 'Actions', width: 110, diff --git a/templates/job-order/list.open.html.twig b/templates/job-order/list.open.html.twig index 7e1ed22c..0f7ddb97 100644 --- a/templates/job-order/list.open.html.twig +++ b/templates/job-order/list.open.html.twig @@ -97,10 +97,6 @@ field: 'processor', title: 'Dispatcher' }, - { - field: 'assignor', - title: 'Assignor' - }, { field: 'Actions', width: 110,