Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
2c83a6f3
Commit
2c83a6f3
authored
Mar 23, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ca45675b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
BalanceSheetOLPA.js
src/container/OutlookPA/BalanceSheetOLPA.js
+1
-0
ProfitLossOLPA.js
src/container/OutlookPA/ProfitLossOLPA.js
+1
-0
TaxPlanningOLPA.js
src/container/OutlookPA/TaxPlanningOLPA.js
+1
-0
No files found.
src/container/OutlookPA/BalanceSheetOLPA.js
View file @
2c83a6f3
...
@@ -144,6 +144,7 @@ export default class BalanceSheetOLPA extends Component {
...
@@ -144,6 +144,7 @@ export default class BalanceSheetOLPA extends Component {
"outlook_pa_id"
:
this
.
props
.
outlook_pa_id
,
"outlook_pa_id"
:
this
.
props
.
outlook_pa_id
,
"report_id"
:
this
.
props
.
report_id
,
"report_id"
:
this
.
props
.
report_id
,
"revision"
:
this
.
props
.
revision
,
"revision"
:
this
.
props
.
revision
,
"get_for"
:
this
.
state
.
get_for
,
"periode"
:
this
.
props
.
periode
,
"periode"
:
this
.
props
.
periode
,
"company_id"
:
this
.
props
.
company
.
company_id
"company_id"
:
this
.
props
.
company
.
company_id
}
}
...
...
src/container/OutlookPA/ProfitLossOLPA.js
View file @
2c83a6f3
...
@@ -122,6 +122,7 @@ export default class ProfitLossOLPA extends Component {
...
@@ -122,6 +122,7 @@ export default class ProfitLossOLPA extends Component {
let
payload
=
{
let
payload
=
{
"report_id"
:
this
.
props
.
report_id
,
"report_id"
:
this
.
props
.
report_id
,
"revision"
:
Number
(
this
.
props
.
revision
),
"revision"
:
Number
(
this
.
props
.
revision
),
"get_for"
:
this
.
state
.
get_for
,
"periode"
:
this
.
props
.
periode
,
"periode"
:
this
.
props
.
periode
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"outlook_pa_id"
:
this
.
props
.
outlook_pa_id
"outlook_pa_id"
:
this
.
props
.
outlook_pa_id
...
...
src/container/OutlookPA/TaxPlanningOLPA.js
View file @
2c83a6f3
...
@@ -146,6 +146,7 @@ export default class TaxPlanningOLPA extends Component {
...
@@ -146,6 +146,7 @@ export default class TaxPlanningOLPA extends Component {
let
payload
=
{
let
payload
=
{
"outlook_pa_id"
:
this
.
props
.
outlook_pa_id
,
"outlook_pa_id"
:
this
.
props
.
outlook_pa_id
,
"report_id"
:
this
.
props
.
report_id
,
"report_id"
:
this
.
props
.
report_id
,
"get_for"
:
this
.
state
.
get_for
,
"revision"
:
this
.
props
.
revision
,
"revision"
:
this
.
props
.
revision
,
"periode"
:
this
.
props
.
periode
,
"periode"
:
this
.
props
.
periode
,
"company_id"
:
this
.
props
.
company
.
company_id
"company_id"
:
this
.
props
.
company
.
company_id
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment