Commit e5196900 authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'master'

ratio

See merge request !1092
parents 68619be0 9897370a
...@@ -874,18 +874,18 @@ export default class SubHolding extends Component { ...@@ -874,18 +874,18 @@ export default class SubHolding extends Component {
item.ratio.monthly_october, item.ratio.monthly_october,
item.ratio.monthly_november, item.ratio.monthly_november,
item.ratio.monthly_december, item.ratio.monthly_december,
item.ratio.monthly_january_last_year, item.ratio.monthly_last_year_january,
item.ratio.monthly_february_last_year, item.ratio.monthly_last_year_february,
item.ratio.monthly_march_last_year, item.ratio.monthly_last_year_march,
item.ratio.monthly_april_last_year, item.ratio.monthly_last_year_april,
item.ratio.monthly_may_last_year, item.ratio.monthly_last_year_may,
item.ratio.monthly_june_last_year, item.ratio.monthly_last_year_june,
item.ratio.monthly_july_last_year, item.ratio.monthly_last_year_july,
item.ratio.monthly_august_last_year, item.ratio.monthly_last_year_august,
item.ratio.monthly_september_last_year, item.ratio.monthly_last_year_september,
item.ratio.monthly_october_last_year, item.ratio.monthly_last_year_october,
item.ratio.monthly_november_last_year, item.ratio.monthly_last_year_november,
item.ratio.monthly_december_last_year, item.ratio.monthly_last_year_december,
]) ])
} }
if (item.children !== null) { if (item.children !== null) {
...@@ -932,18 +932,18 @@ export default class SubHolding extends Component { ...@@ -932,18 +932,18 @@ export default class SubHolding extends Component {
item.ratio.monthly_october, item.ratio.monthly_october,
item.ratio.monthly_november, item.ratio.monthly_november,
item.ratio.monthly_december, item.ratio.monthly_december,
item.ratio.monthly_january_last_year, item.ratio.monthly_last_year_january,
item.ratio.monthly_february_last_year, item.ratio.monthly_last_year_february,
item.ratio.monthly_march_last_year, item.ratio.monthly_last_year_march,
item.ratio.monthly_april_last_year, item.ratio.monthly_last_year_april,
item.ratio.monthly_may_last_year, item.ratio.monthly_last_year_may,
item.ratio.monthly_june_last_year, item.ratio.monthly_last_year_june,
item.ratio.monthly_july_last_year, item.ratio.monthly_last_year_july,
item.ratio.monthly_august_last_year, item.ratio.monthly_last_year_august,
item.ratio.monthly_september_last_year, item.ratio.monthly_last_year_september,
item.ratio.monthly_october_last_year, item.ratio.monthly_last_year_october,
item.ratio.monthly_november_last_year, item.ratio.monthly_last_year_november,
item.ratio.monthly_december_last_year, item.ratio.monthly_last_year_december,
]) ])
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