#4466 invoiceInCorrection #176

Merged
jorgep merged 22 commits from 4666-invoiceInCorrection into dev 2024-02-09 07:46:15 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit b80fbdbb6d - Show all commits

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>