Commit b4daa401 authored by Riri Novita's avatar Riri Novita

pl

parent e350e4f4
...@@ -486,18 +486,18 @@ export default class ProfitLossMR extends Component { ...@@ -486,18 +486,18 @@ export default class ProfitLossMR extends Component {
item.actual === "" ? "" : item.actual, item.actual === "" ? "" : item.actual,
0, 0,
item.actual_previous_month === null ? "" : item.actual_previous_month === "" ? "" : item.actual_previous_month, item.actual_previous_month === null ? "" : item.actual_previous_month === "" ? "" : item.actual_previous_month,
0, // 0,
0, // 0,
0, // 0,
0, // 0,
0, // 0,
0, // 0,
// item.amount_act_vs_previous_month, item.amount_act_vs_previous_month,
// item.percent_act_vs_previous_month, item.percent_act_vs_previous_month,
// item.amount_act_vs_mb, item.amount_act_vs_mb,
// item.percent_act_vs_mb, item.percent_act_vs_mb,
// item.amount_act_vs_rb, item.amount_act_vs_rb,
// item.percent_act_vs_rb, item.percent_act_vs_rb,
item.mtd_vs_mb , item.mtd_vs_mb ,
item.mtd_vs_rb , item.mtd_vs_rb ,
item.mtd_vs_previous_month , item.mtd_vs_previous_month ,
......
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