Commit c452d281 authored by d.arizona's avatar d.arizona

update mlm

parent 86d08524
......@@ -430,7 +430,7 @@ export default class CashFlow extends Component {
if (tableMeta.rowData[5] == "Cash at the beginning period") {
// console.log(dataTable2[tableMeta.rowIndex+1])
// console.log(dataTable2[tableMeta.rowIndex+1][data].value)
let valuezzz = dataTable2[tableMeta.rowIndex + 1][data].value
let valuezzz = dataTable2[tableMeta.rowIndex][7].value
forecastt += Number(valuezzz == "" ? 0 : valuezzz)
} else {
forecastt += Number(valuezz == "" ? 0 : valuezz)
......
......@@ -629,7 +629,7 @@ export default class MonthlyReport extends Component {
// this.getPL(type)
if (type != undefined) {
// this.getCashFlow(type)
// this.getPL(type)
this.getPL(type)
} else {
this.setState({ loading: false })
}
......
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