Commit 23d2ede5 authored by rifkaki's avatar rifkaki

blank tp bs pl detail, notes pl detail

parent 7fcfb4d7
......@@ -398,7 +398,8 @@ export default class SubHolding extends Component {
item.profit_loss.monthly_last_year_september,
item.profit_loss.monthly_last_year_october,
item.profit_loss.monthly_last_year_november,
item.profit_loss.monthly_last_year_december
item.profit_loss.monthly_last_year_december,
item.profit_loss.notes
])
}
if (item.children !== null) {
......@@ -457,7 +458,8 @@ export default class SubHolding extends Component {
item.profit_loss.monthly_last_year_september,
item.profit_loss.monthly_last_year_october,
item.profit_loss.monthly_last_year_november,
item.profit_loss.monthly_last_year_december
item.profit_loss.monthly_last_year_december,
item.profit_loss.notes
])
if (item.children !== null) {
if (item.children.length > 0) {
......
This diff is collapsed.
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