Commit 0e5dd141 authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'Faisal' into 'master'

note cf sum!

See merge request !1550
parents 2dc84e43 329603a7
......@@ -26160,6 +26160,16 @@ export default class TableSubHolding extends Component {
</div>
</div>
:
this.props.type === 6 ?
<div style={{ paddingLeft: 20, paddingBottom: 40 }}>
<div style={{ display: 'flex', maxWidth: '100%', paddingRight: 15 }}>
<Typography style={{ fontSize: '11px', color: '#4b4b4b', marginTop: 5, textDecorationLine: 'underline' }}>Notes:</Typography>
</div>
<div style={{ display: 'flex', paddingLeft: 10, maxWidth: '100%', paddingRight: 15 }}>
<Typography style={{ fontSize: '11px', color: '#4b4b4b', marginTop: 5 }}>Cash flow historical 2010-2020 zero balance due to incomplete beginning data</Typography>
</div>
</div>
:
null
}
</div>
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