From 8c4e88f73b94d019949c9fd80da245e1dde0ea68 Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Sat, 3 Feb 2018 18:05:10 +0800 Subject: [PATCH] Remove confirmed from display in customer --- templates/customer/list.html.twig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/customer/list.html.twig b/templates/customer/list.html.twig index 507e3f89..6acc07e6 100644 --- a/templates/customer/list.html.twig +++ b/templates/customer/list.html.twig @@ -105,6 +105,7 @@ title: 'Plate Numbers', sortable: false }, + {# { field: 'flag_confirmed', title: 'Status', @@ -120,9 +121,10 @@ return tag; } }, + #} { field: 'flag_mobile_app', - title: 'Has Mobile App?', + title: 'Mobile App', template: function (row, index, datatable) { var tag = ''; @@ -201,4 +203,4 @@ }); }); -{% endblock %} \ No newline at end of file +{% endblock %}