fixing keterangan didatatable pesanan pending dan semua pesanan
This commit is contained in:
parent
c88367653c
commit
171c94c255
@ -89,7 +89,7 @@
|
||||
{
|
||||
title: "Cara Pembayaran",
|
||||
formatter: function(value, row){
|
||||
return row?.cara_pembayaran || 'MCU'
|
||||
return row?.cara_pembayaran || '-'
|
||||
},
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
{
|
||||
title: "Cara Pembayaran",
|
||||
formatter: function(value, row){
|
||||
return row?.cara_pembayaran || 'MCU'
|
||||
return row?.cara_pembayaran || '-'
|
||||
},
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
document.write(new Date().getFullYear());
|
||||
</script>
|
||||
, made with by
|
||||
<a href="https://themeselection.com" target="_blank" class="footer-link fw-bolder">TIM SIMRS</a>
|
||||
<span class="footer-link fw-bolder">TIM SIMRS</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user