Remove confirmed from display in customer
This commit is contained in:
parent
413f611213
commit
8c4e88f73b
1 changed files with 4 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue