tax_number language text not translated in the invoice's company section

This commit is contained in:
Burak Çakırel
2021-03-26 13:07:40 +03:00
parent 1a80b64038
commit 82016844e2
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
</tr>
<tr v-if="company.tax_number">
<th class="text-right p-0">
{{ 'general.tax_number' }}: {{ company.tax_number }}
{{ taxNumberText }}: {{ company.tax_number }}
</th>
</tr>
<tr v-if="company.phone">
@ -74,11 +74,11 @@ export default {
default: 'Edit your business address ',
description: 'Input placeholder'
},
taxNumberTax: {
taxNumberText: {
type: String,
default: 'Tax Number',
description: 'Input placeholder'
},
},
companyId: {
type: String,
default: '',