Commit b8bcf812 authored by Riri Novita's avatar Riri Novita

Fixing Formula OI

parent 8f7847d3
......@@ -535,7 +535,7 @@ export default class BalanceSheet extends Component {
} else if (item == '-' || item == '+' || item == '/' || item == '*') {
arrayFormulaConvert.push(item)
} else {
let indexID = dataTable2.findIndex((val) => val[21] == item)
let indexID = dataTable2.findIndex((val) => val[23] == item)
if (tambahan) {
if (item == '-' || item == '+' || item == '/' || item == '*') {
opet = item
......
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