Commit 6a0c95a3 authored by rifkaki's avatar rifkaki

item biru ytd

parent 1fef195c
...@@ -377,6 +377,7 @@ export default class SummaryOfTriputra extends Component { ...@@ -377,6 +377,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) {
...@@ -434,6 +435,7 @@ export default class SummaryOfTriputra extends Component { ...@@ -434,6 +435,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