Commit 9950fa12 authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

tax plan ro isseu prod

See merge request !1444
parents c3674eeb 09f4ac0a
......@@ -67,7 +67,6 @@ export default class TaxPlanningOLPA extends Component {
this.lastUpdate()
this.handleViewOnly()
console.log(this.props)
console.log(this.state.viewOnly)
}
handleViewOnly() {
......
......@@ -748,7 +748,7 @@ export default class TaxPlanning extends Component {
if (String(i[8]) == "Control (should be nil)") {
this.setState({ loading: true })
let n = 0
for (n = 9; n <= 20; n++) {
for (n = 12; n <= 20; n++) {
if ((Number(i[n].tbf.value) < Number(this.state.minValue) || Number(i[n].tbf.value) > Number(this.state.maxValue))) {
errorContrl = true
editAble = true
......
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