0
0
Fork 0

Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 4666-invoiceInCorrection

This commit is contained in:
Jorge Penadés 2024-02-06 15:12:35 +01:00
commit b80fbdbb6d
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ const redirectToSupplierFiscalData = (_, responseData) => {
<VnInput
v-model="data.name"
:label="t('supplier.create.supplierName')"
@keyup="
newSupplierForm.name = newSupplierForm.name.toUpperCase()
"
/>
</div>
</VnRow>