Commit c954819b authored by Deni Rinaldi's avatar Deni Rinaldi

Merge branch 'deni-dev(pc)' into 'master'

minorminor

See merge request !294
parents 870b7956 ed753a6d
......@@ -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