diff --git a/edit-mode/function/reportActivity.js b/edit-mode/function/reportActivity.js index da3ea74..7c78fba 100644 --- a/edit-mode/function/reportActivity.js +++ b/edit-mode/function/reportActivity.js @@ -188,6 +188,11 @@ $(document).ready(function () { return data ? formatRupiah(data) : '-' } }, + { + data: 'qty_planning', render: function (data, type) { + return data ? formatRupiah(data) : '-' + } + }, { data: 'description', name: 'description' }, { data: 'action', diff --git a/edit-mode/index.html b/edit-mode/index.html index 67213d6..872751d 100644 --- a/edit-mode/index.html +++ b/edit-mode/index.html @@ -785,6 +785,7 @@ Human Resource Report Date Volume Pekerjaan + Volume Plan Keterangan Actions