Merge pull request #1955 from burakcakirel/tax_number_translation
tax_number language text not translated in the invoice's company section
This commit is contained in:
commit
8075454cb6
@ -15,7 +15,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr v-if="company.tax_number">
|
<tr v-if="company.tax_number">
|
||||||
<th class="text-right p-0">
|
<th class="text-right p-0">
|
||||||
{{ 'general.tax_number' }}: {{ company.tax_number }}
|
{{ taxNumberText }}: {{ company.tax_number }}
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-if="company.phone">
|
<tr v-if="company.phone">
|
||||||
@ -74,11 +74,11 @@ export default {
|
|||||||
default: 'Edit your business address ',
|
default: 'Edit your business address ',
|
||||||
description: 'Input placeholder'
|
description: 'Input placeholder'
|
||||||
},
|
},
|
||||||
taxNumberTax: {
|
taxNumberText: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'Tax Number',
|
default: 'Tax Number',
|
||||||
description: 'Input placeholder'
|
description: 'Input placeholder'
|
||||||
},
|
},
|
||||||
companyId: {
|
companyId: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
@if (!$hideCompanyEdit)
|
@if (!$hideCompanyEdit)
|
||||||
<akaunting-company-edit company-id="{{ session('company_id') }}"
|
<akaunting-company-edit company-id="{{ session('company_id') }}"
|
||||||
button-text="{{ trans('settings.company.edit_your_business_address') }}"
|
button-text="{{ trans('settings.company.edit_your_business_address') }}"
|
||||||
taxt-number-text="{{ trans('general.tax_number') }}"
|
tax-number-text="{{ trans('general.tax_number') }}"
|
||||||
:company="{{ json_encode($company) }}"
|
:company="{{ json_encode($company) }}"
|
||||||
:company-form="{{ json_encode([
|
:company-form="{{ json_encode([
|
||||||
'show' => true,
|
'show' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user