From 4678cfa3e2ee7aadff006c1b70af8ccd24f7d595 Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Sat, 7 Apr 2018 22:07:32 +0800 Subject: [PATCH] Remove transaction type column in jo open list #79 --- templates/job-order/list.open.html.twig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/job-order/list.open.html.twig b/templates/job-order/list.open.html.twig index 8bdfbfb1..5f902ef5 100644 --- a/templates/job-order/list.open.html.twig +++ b/templates/job-order/list.open.html.twig @@ -81,10 +81,6 @@ field: 'delivery_address', title: 'Customer Area' }, - { - field: 'service_type', - title: 'Type of Transaction' - }, { field: 'type', title: 'Schedule' -- 2.43.5