Merge branch 'pdf-templates' into 'master'

fix invoice and estimate templates

See merge request mohit.panjvani/crater-web!4
This commit is contained in:
Mohit Panjwani
2019-11-12 10:01:56 +00:00
21 changed files with 631 additions and 155 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