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',
|
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 %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue