fix: report in monalisa laporan kpi
This commit is contained in:
@@ -180,7 +180,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
||||
]
|
||||
|
||||
formattedData.push([summaryName, ...result])
|
||||
formattedData.push([{ content: 'TOTAL', colSpan: 2, styles: { fontStyle: 'bold' } }, ...result])
|
||||
formattedData.push([{ content: 'TOTAL', styles: { fontStyle: 'bold' } }, ...result])
|
||||
|
||||
return formattedData
|
||||
}
|
||||
|
Reference in New Issue
Block a user