|
|
|
@ -296,7 +296,6 @@ var allColumns = [
|
|
|
|
|
if(text.type=="project" || text.type=="milestone"){ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
activityName = text.kode_sortname || text.text; |
|
|
|
|
let html = ``; |
|
|
|
|
var assign_material = text.assign_material |
|
|
|
|
|
|
|
|
@ -355,8 +354,6 @@ var allColumns = [
|
|
|
|
|
if(text.type=="project" || text.type=="milestone"){ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
activityName = text.kode_sortname || text.text; |
|
|
|
|
$("#report_activity_title").html(`Report Activity ${activityName}`) |
|
|
|
|
let html = text.jobs_done ? text.jobs_done : 0; |
|
|
|
|
return `<div class="d-flex justify-content-center align-items-center" data-toggle="modal" data-target="#modal_report_activity" style="min-width:100%;height:100%;">
|
|
|
|
|
${html} |
|
|
|
|