Commit f61281df authored by faisalhamdi's avatar faisalhamdi

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into faisal

parents b90126e6 9258bf78
......@@ -254,7 +254,8 @@ export default class SummaryOfTriputra extends Component {
item.ratio_inv_days,
item.ratio_ap_days,
item.ratio_ccc,
item.order,
item.is_approved
// item.order,
])
}
if (item.children !== null) {
......@@ -305,7 +306,8 @@ export default class SummaryOfTriputra extends Component {
item.ratio_inv_days,
item.ratio_ap_days,
item.ratio_ccc,
item.order,
item.is_approved,
// item.order,
])
if (item.children !== null) {
if (item.children.length > 0) {
......@@ -377,6 +379,7 @@ export default class SummaryOfTriputra extends Component {
item.npat_fy_last_year,
item.npat_fy_percent_of_last_year,
item.order,
item.is_approved
])
}
if (item.children !== null) {
......@@ -434,6 +437,7 @@ export default class SummaryOfTriputra extends Component {
item.npat_fy_last_year,
item.npat_fy_percent_of_last_year,
item.order,
item.is_approved
])
if (item.children !== null) {
if (item.children.length > 0) {
......@@ -509,7 +513,8 @@ export default class SummaryOfTriputra extends Component {
item.percent_npat_yoy_ol,
item.percent_npat_yoy_next_year,
item.percent_npat_yoy_next_two_year,
item.order,
item.is_approved,
// item.order,
])
}
if (item.children !== null) {
......@@ -571,7 +576,8 @@ export default class SummaryOfTriputra extends Component {
item.percent_npat_yoy_ol,
item.percent_npat_yoy_next_year,
item.percent_npat_yoy_next_two_year,
item.order,
item.is_approved,
// item.order,
])
if (item.children !== null) {
if (item.children.length > 0) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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