Merge branch 'master' of https://gitlab.com/mohit.panjvani/crater-web into fix-small-issue

This commit is contained in:
raishvaria
2019-11-12 09:24:06 +05:30
17 changed files with 53 additions and 37 deletions

View File

@@ -582,7 +582,7 @@ export default {
},
openTemplateModal () {
this.openModal({
'title': 'Choose a template',
'title': this.$t('general.choose_template'),
'componentName': 'EstimateTemplate',
'data': this.estimateTemplates
})

View File

@@ -159,7 +159,7 @@ export default {
},
openTaxModal () {
this.openModal({
'title': 'Add Tax',
'title': this.$t('settings.tax_types.add_tax'),
'componentName': 'TaxTypeModal'
})
}