Commit 09f4ac0a authored by r.kurnia's avatar r.kurnia

taxplan issue prod

parent b19bc5e5
......@@ -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