Merge branch 'master' into master

This commit is contained in:
mchev
2024-11-02 10:31:53 +01:00
committed by GitHub
18 changed files with 209 additions and 664 deletions

View File

@@ -116,6 +116,15 @@
/>
</BaseInputGroup>
</BaseInputGrid>
<BaseInputGroup :label="$t('customers.tax_id')">
<BaseInput
v-model="customerStore.currentCustomer.tax_id"
type="text"
class="mt-1 md:mt-0"
/>
</BaseInputGroup>
</BaseInputGrid>
</BaseTab>