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