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 %}