fixing keterangan didatatable pesanan pending dan semua pesanan

This commit is contained in:
JokoPrasetio 2025-09-16 07:37:23 +07:00
parent c88367653c
commit 171c94c255
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@
{ {
title: "Cara Pembayaran", title: "Cara Pembayaran",
formatter: function(value, row){ formatter: function(value, row){
return row?.cara_pembayaran || 'MCU' return row?.cara_pembayaran || '-'
}, },
sortable: true, sortable: true,
}, },

View File

@ -71,7 +71,7 @@
{ {
title: "Cara Pembayaran", title: "Cara Pembayaran",
formatter: function(value, row){ formatter: function(value, row){
return row?.cara_pembayaran || 'MCU' return row?.cara_pembayaran || '-'
}, },
sortable: true, sortable: true,
}, },

View File

@ -6,7 +6,7 @@
document.write(new Date().getFullYear()); document.write(new Date().getFullYear());
</script> </script>
, made with by , 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>
</div> </div>
</footer> </footer>