Commit ed753a6d authored by Deni Rinaldi's avatar Deni Rinaldi

minorminor

parent b4f8677e
......@@ -820,7 +820,8 @@ export default class BalanceSheet extends Component {
}
}
})
return total
let a = dataTable2[tableMeta.rowIndex][tableMeta.columnIndex] = Number(total)
return a
}
const columns = [{
......
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