fix invoice and estimate templates

This commit is contained in:
yogesh_gohil
2019-11-11 19:28:20 +05:30
parent 0fbc26bbe1
commit d31bd7849f
10 changed files with 193 additions and 152 deletions

View File

@ -688,7 +688,7 @@ export default {
isValid = false
}
})
if (this.$v.newEstimate.$invalid === false && isValid === true) {
if (!this.$v.selectedCustomer.$invalid && this.$v.newEstimate.$invalid === false && isValid === true) {
return true
}
return false