Commit 307e1e92 authored by Dida Adams Arizona's avatar Dida Adams Arizona

Merge branch 'GGMAC' into 'master'

Ggmac

See merge request !1266
parents 255f56f1 91a9b6b9
......@@ -76,11 +76,13 @@ export default class CashFlowMR extends Component {
checkPrevRev = false
}
if (this.props.status === 'revision' || this.props.status === 'not-yet' || this.props.status === 'drat' || this.props.status === 'submitted') {
if (this.props.status === 'revision' || this.props.status === 'not-yet' || this.props.status === 'draft' || this.props.status === 'submitted') {
checkStatus = true
} else {
checkStatus = false
}
// console.log(this.props.status)
// console.log(this.props.lastStatus)
// console.log(checkStatus)
// console.log(checkLastStatus)
// console.log(checkApprover)
......
......@@ -684,7 +684,7 @@ export default class CorporateAnnualTargetMR extends Component {
}
} else if (target == 0) {
if (target >= actual) {
totalAch = 1.25
totalAch = 1.26
} else {
totalAch = 0
}
......@@ -711,7 +711,7 @@ export default class CorporateAnnualTargetMR extends Component {
}
} else if (target == 0) {
if (target <= actual) {
totalAch = 1.25
totalAch = 1.26
} else {
totalAch = 0
}
......@@ -1281,7 +1281,7 @@ export default class CorporateAnnualTargetMR extends Component {
}
} else if (target == 0) {
if (target >= actual) {
total = 1.25
total = 1.26
} else {
total = 0
}
......@@ -1303,7 +1303,7 @@ export default class CorporateAnnualTargetMR extends Component {
}
} else if (target == 0) {
if (target <= actual) {
total = 1.25
total = 1.26
} else {
total = 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