Commit 9258bf78 authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

item biru ytd

See merge request !1184
parents ee1dc28c 0d8527cc
...@@ -379,6 +379,7 @@ export default class SummaryOfTriputra extends Component { ...@@ -379,6 +379,7 @@ export default class SummaryOfTriputra extends Component {
item.npat_fy_last_year, item.npat_fy_last_year,
item.npat_fy_percent_of_last_year, item.npat_fy_percent_of_last_year,
item.order, item.order,
item.is_approved
]) ])
} }
if (item.children !== null) { if (item.children !== null) {
...@@ -436,6 +437,7 @@ export default class SummaryOfTriputra extends Component { ...@@ -436,6 +437,7 @@ export default class SummaryOfTriputra extends Component {
item.npat_fy_last_year, item.npat_fy_last_year,
item.npat_fy_percent_of_last_year, item.npat_fy_percent_of_last_year,
item.order, item.order,
item.is_approved
]) ])
if (item.children !== null) { if (item.children !== null) {
if (item.children.length > 0) { if (item.children.length > 0) {
......
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