add info menu yang dipesan #15

Merged
Joko merged 1 commits from development into production 2025-08-25 07:53:07 +00:00

View File

@ -118,8 +118,6 @@
title: "Pemesan",
field:'order.nama_pemesan',
formatter: function(value, row){
console.log(row);
return `
<ul class="list-unstyled mb-0 text-nowrap">
<li><i class="fa fa-user me-1 text-muted"></i><strong>${row?.order?.nama_pemesan ?? '-'}</strong></li>