Commit 9101378a authored by qorri_di's avatar qorri_di

Fixing CF-Summary - Subco

- periode == yearNow - 1
parent 039a35a1
......@@ -443,7 +443,7 @@ export default class SubHolding extends Component {
let payload = {
"report_id": this.state.report.value,
"revision": this.state.revisionType,
"periode": this.state.periode.periode - 1,
"periode": this.state.periode.periode,
"company_id": this.state.company.company_id,
"submission_id": this.state.submissionID
}
......
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