Commit 39642f8e authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'ENV-DEV'

Fixing Issue Prod BSRO

See merge request !2374
parents 0cb7ac00 b18dface
......@@ -709,7 +709,7 @@ export default class BalanceSheetRO extends Component {
const handleChange = (value, tableMeta, type) => {
let val = String(value).split(",").join("")
if (type === "actual") {
console.log('masuk')
console.log('masuk')
dataTable2[tableMeta.rowIndex][tableMeta.columnIndex] = Number(val)
} else {
console.log('masuk2')
......
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