Commit 93a4f14b authored by rifkaki's avatar rifkaki

create bs rolling outlook lagi

parent 74f6bf31
...@@ -473,8 +473,6 @@ export default class BalanceSheetRO extends Component { ...@@ -473,8 +473,6 @@ export default class BalanceSheetRO extends Component {
} }
} }
} else { } else {
console.log("masuk formula")
console.log(dataTable2)
let indexID = dataTable2.findIndex((val) => val[20] == item) let indexID = dataTable2.findIndex((val) => val[20] == item)
if (indexID !== -1) { if (indexID !== -1) {
let valuezz = dataTable2[indexID][colIdx] let valuezz = dataTable2[indexID][colIdx]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment