Fix[Swift/Bic]: Fixed autocomplete when entering an iban #1697
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1697
Loading…
Reference in New Issue
No description provided.
Delete Branch "Fix-CustomerBillingData"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -53,0 +52,4 @@
<VnInputBic
:label="t('IBAN')"
v-model="data.iban"
@update-bic="autofillSwiftBic($event)"
@update-bic="(bankEntityFk) => data.bankEntityFk = bankEntityFk"
@ -62,3 +66,3 @@
option-label="name"
option-value="id"
v-model="data.bankEntityFk"
v-model="bankEntity"
Dejar el
data.
@ -345,3 +335,1 @@
</QIcon>
</template>
</VnInput>
@update-bic="autofillSwiftBic($event)"
""
@ -350,3 +339,3 @@
<VnSelectDialog
:label="t('worker.create.bankEntity')"
v-model="data.bankEntityFk"
v-model="bankEntity"
Dejar el
data.