Commit 6b56e99d authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

full year dbtp

See merge request !1162
parents 065221a1 be6600eb
...@@ -1100,7 +1100,7 @@ export default class SubHolding extends Component { ...@@ -1100,7 +1100,7 @@ export default class SubHolding extends Component {
item.tax_planning_report.monthly_october, item.tax_planning_report.monthly_october,
item.tax_planning_report.monthly_november, item.tax_planning_report.monthly_november,
item.tax_planning_report.monthly_december, item.tax_planning_report.monthly_december,
item.tax_planning_report.total_current_year, item.tax_planning_report.monthly_full_year,
]) ])
} }
if (item.children !== null) { if (item.children !== null) {
...@@ -1150,7 +1150,7 @@ export default class SubHolding extends Component { ...@@ -1150,7 +1150,7 @@ export default class SubHolding extends Component {
item.tax_planning_report.monthly_october, item.tax_planning_report.monthly_october,
item.tax_planning_report.monthly_november, item.tax_planning_report.monthly_november,
item.tax_planning_report.monthly_december, item.tax_planning_report.monthly_december,
item.tax_planning_report.total_current_year, item.tax_planning_report.monthly_full_year,
]) ])
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