Commit 2c83a6f3 authored by d.arizona's avatar d.arizona

update

parent ca45675b
......@@ -144,6 +144,7 @@ export default class BalanceSheetOLPA extends Component {
"outlook_pa_id": this.props.outlook_pa_id,
"report_id": this.props.report_id,
"revision": this.props.revision,
"get_for": this.state.get_for,
"periode": this.props.periode,
"company_id": this.props.company.company_id
}
......
......@@ -122,6 +122,7 @@ export default class ProfitLossOLPA extends Component {
let payload = {
"report_id": this.props.report_id,
"revision": Number(this.props.revision),
"get_for": this.state.get_for,
"periode": this.props.periode,
"company_id": this.props.company.company_id,
"outlook_pa_id": this.props.outlook_pa_id
......
......@@ -146,6 +146,7 @@ export default class TaxPlanningOLPA extends Component {
let payload = {
"outlook_pa_id": this.props.outlook_pa_id,
"report_id": this.props.report_id,
"get_for": this.state.get_for,
"revision": this.props.revision,
"periode": this.props.periode,
"company_id": this.props.company.company_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