Customers tax id field

This commit is contained in:
Martin Chevignard
2024-10-04 12:07:29 +02:00
parent dd98df1c77
commit 03b9defeb1
12 changed files with 73 additions and 11 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>