Commit ccb57da2 authored by rifkaki's avatar rifkaki

ngisu tp

parent 30ff1786
......@@ -574,7 +574,7 @@ export default class TaxPlanningMR extends Component {
}
} else {
let data = tableMeta.rowData[12]
let indexID = data.findIndex((val) => val.item_formula == String(`${item}`) && val.periode == Number(this.props.periode))
let indexID = data.findIndex((val) => val.item_formula == String(`@${item}`) && val.periode == Number(this.props.periode))
if (indexID !== -1) {
let valuezz = data[indexID].value
anjay.push(valuezz == "" ? 0 : valuezz)
......
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