Commit be6600eb authored by rifkaki's avatar rifkaki

full year dbtp

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