Commit 9ab4e806 authored by Deni Rinaldi's avatar Deni Rinaldi

submisionid = monthlyID

parent 8180dcfa
......@@ -415,7 +415,7 @@ export default class BalanceSheetMR 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,
......
......@@ -312,7 +312,7 @@ export default class FixedAssetsMovementMR 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,
......
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