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
e849be62
Commit
e849be62
authored
Mar 17, 2021
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
olpa++
parent
50559bb5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ProfitLossOLPA.js
src/container/OutlookPA/ProfitLossOLPA.js
+4
-4
No files found.
src/container/OutlookPA/ProfitLossOLPA.js
View file @
e849be62
...
...
@@ -175,7 +175,7 @@ export default class ProfitLossOLPA extends Component {
item
.
level
,
item
.
description
,
item
.
profit_loss
.
notes
===
""
?
null
:
item
.
profit_loss
.
notes
,
item
.
profit_loss
.
total_
last_year
===
undefined
?
"0.0"
:
item
.
profit_loss
.
total_last_year
===
""
?
"0"
:
item
.
profit_loss
.
total_last_year
,
item
.
profit_loss
.
total_
actual_before
===
null
?
"0.0"
:
item
.
profit_loss
.
total_actual_before
===
""
?
"0"
:
item
.
profit_loss
.
total_actual_before
,
item
.
profit_loss
.
january
,
item
.
profit_loss
.
february
,
item
.
profit_loss
.
march
,
...
...
@@ -188,7 +188,7 @@ export default class ProfitLossOLPA extends Component {
item
.
profit_loss
.
october
,
item
.
profit_loss
.
november
,
item
.
profit_loss
.
december
,
item
.
profit_loss
.
total_
year
===
undefined
?
"0.0"
:
item
.
profit_loss
.
total
_year
,
item
.
profit_loss
.
total_
current
_year
,
item
.
profit_loss
.
ytd_oct
===
undefined
?
"0.0"
:
item
.
profit_loss
.
ytd_oct
,
item
.
profit_loss
.
nov_dec
===
undefined
?
"0.0"
:
item
.
profit_loss
.
nov_dec
,
item
.
order
...
...
@@ -211,7 +211,7 @@ export default class ProfitLossOLPA extends Component {
item
.
level
,
item
.
description
,
item
.
profit_loss
.
notes
===
""
?
null
:
item
.
profit_loss
.
notes
,
item
.
profit_loss
.
total_
last_year
===
undefined
?
"0.0"
:
item
.
profit_loss
.
total_last_year
===
""
?
"0"
:
item
.
profit_loss
.
total_last_year
,
item
.
profit_loss
.
total_
actual_before
===
null
?
"0.0"
:
item
.
profit_loss
.
total_actual_before
===
""
?
"0"
:
item
.
profit_loss
.
total_actual_before
,
item
.
profit_loss
.
january
,
item
.
profit_loss
.
february
,
item
.
profit_loss
.
march
,
...
...
@@ -224,7 +224,7 @@ export default class ProfitLossOLPA extends Component {
item
.
profit_loss
.
october
,
item
.
profit_loss
.
november
,
item
.
profit_loss
.
december
,
item
.
profit_loss
.
total_
year
===
undefined
?
"0.0"
:
item
.
profit_loss
.
total
_year
,
item
.
profit_loss
.
total_
current
_year
,
item
.
profit_loss
.
ytd_oct
===
undefined
?
"0.0"
:
item
.
profit_loss
.
ytd_oct
,
item
.
profit_loss
.
nov_dec
===
undefined
?
"0.0"
:
item
.
profit_loss
.
nov_dec
,
item
.
order
...
...
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