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', title: 'Plate Numbers',
sortable: false sortable: false
}, },
{#
{ {
field: 'flag_confirmed', field: 'flag_confirmed',
title: 'Status', title: 'Status',
@ -120,9 +121,10 @@
return tag; return tag;
} }
}, },
#}
{ {
field: 'flag_mobile_app', field: 'flag_mobile_app',
title: 'Has Mobile App?', title: 'Mobile App',
template: function (row, index, datatable) { template: function (row, index, datatable) {
var tag = ''; var tag = '';
@ -201,4 +203,4 @@
}); });
}); });
</script> </script>
{% endblock %} {% endblock %}