From ce4abc42ef9e03e3f2f1cf1fd1584eac5924e7ef Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Tue, 3 Apr 2018 12:09:38 +0800 Subject: [PATCH] Remove assignor column from all job order lists #66 --- templates/job-order/list.all.html.twig | 4 ---- templates/job-order/list.assigning.html.twig | 4 ---- templates/job-order/list.fulfillment.html.twig | 4 ---- templates/job-order/list.open.html.twig | 4 ---- 4 files changed, 16 deletions(-) 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,