Commit e54a3136 authored by Dida Adams Arizona's avatar Dida Adams Arizona

Merge branch 'GGMAC' into 'master'

loading

See merge request !1204
parents 86663dc4 6b355122
...@@ -537,6 +537,8 @@ export default class BudgetTahunan extends Component { ...@@ -537,6 +537,8 @@ export default class BudgetTahunan extends Component {
if (type != undefined) { if (type != undefined) {
this.getCashFlow(type) this.getCashFlow(type)
this.getPL(type) this.getPL(type)
} else {
this.setState({loading: false})
} }
// this.getFR(type) // this.getFR(type)
api.create().checkApprover().then(response => { api.create().checkApprover().then(response => {
......
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