Remove confirmed from display in customer

This commit is contained in:
Kendrick Chan 2018-02-03 18:05:10 +08:00
parent 413f611213
commit 8c4e88f73b

View file

@ -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 @@
});
});
</script>
{% endblock %}
{% endblock %}