Commit 221b7d19 authored by d.arizona's avatar d.arizona

periode

parent df9c4ede
...@@ -506,7 +506,7 @@ export default class FixedAssetsMovement extends Component { ...@@ -506,7 +506,7 @@ export default class FixedAssetsMovement extends Component {
// console.log(valuezz) // console.log(valuezz)
} }
} else { } else {
let indexID = value.formula.findIndex((val) => val.item_formula == String(`@${item}`)) let indexID = value.formula.findIndex((val) => val.item_formula == String(`@${item}`) && val.periode == Number(this.props.periode))
// console.log(indexID) // console.log(indexID)
if (indexID !== -1) { if (indexID !== -1) {
// console.log(value.formula[indexID].value) // console.log(value.formula[indexID].value)
......
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