Commit b08dccfa authored by Deni Rinaldi's avatar Deni Rinaldi

valid

parent 311e150d
...@@ -470,7 +470,7 @@ export default class BudgetTahunan extends Component { ...@@ -470,7 +470,7 @@ export default class BudgetTahunan extends Component {
let array = [] let array = []
let canSubmit = true let canSubmit = true
this.state.dataTable.map(item => { this.state.dataTable.map(item => {
if (item[1] !== 'Cash Flow' && item[1] !== 'CAT' && item[1] !== 'Tax Planning') { if (item[1] !== 'Cash Flow') {
if (item[3] !== "submitted") { if (item[3] !== "submitted") {
canSubmit = false canSubmit = false
array.push(item[3]) array.push(item[3])
......
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