Commit cee18aa7 authored by Deni Rinaldi's avatar Deni Rinaldi

+_+

parent 9ab4e806
......@@ -360,7 +360,7 @@ export default class BalanceSheetMR extends Component {
})
})
let body = {
"monthly_report_id": this.props.submissionID,
"monthly_report_id": this.props.monthlyReportId,
"company_id": this.props.company.company_id,
"periode": this.props.periode,
"report_id": this.props.report_id,
......@@ -434,10 +434,7 @@ export default class BalanceSheetMR extends Component {
})
}
} else {
this.setState({ loading: false }, () => {
this.getSubmission()
document.body.style.overflow = 'unset';
})
this.setState({ loading: false })
}
})
}
......
......@@ -363,7 +363,7 @@ export default class FixedAssetsMovementMR extends Component {
})
})
let payload = {
"monthly_report_id": this.props.submissionID,
"monthly_report_id": this.props.monthlyReportId,
"company_id": this.props.company.company_id,
"periode": this.props.periode,
"report_id": this.props.report_id,
......
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