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

Merge branch 'GGMAC' into 'master'

det

See merge request !1222
parents 55e15ff7 17a6d218
......@@ -1365,12 +1365,12 @@ export default class MonthlyReport extends Component {
// console.log(listCF)
this.setState({ dbCF: listCF }, () => {
// if (type != undefined) {
// if (type == 'BS' || type == 'FAM' || type == 'PL') {
if (type != undefined) {
if (type == 'BS' || type == 'FAM' || type == 'PL') {
console.log('tarik sis')
this.createCashFlow()
// }
// }
}
}
})
}
......@@ -1789,12 +1789,12 @@ export default class MonthlyReport extends Component {
console.log(listPL)
this.setState({ dbPL: listPL }, () => {
// if (type != undefined) {
// if ( type == 'PL') {
if (type != undefined) {
if ( type == 'PL') {
console.log('tarik sis')
this.createPL()
// }
// }
}
}
})
}
......
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