7155-travel_daysOnward_2 #759

Merged
alexm merged 7 commits from 7155-travel_daysOnward_2 into test 2024-09-25 11:27:26 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9a11f94922 - Show all commits

View File

@ -21,7 +21,7 @@ const customer = computed(() => state.get('customer'));
const bankEntityFormData = reactive({
name: null,
bic: null,
countryFk: customer.value.countryFk,
countryFk: customer.value?.countryFk,
id: null,
});

View File

@ -113,6 +113,7 @@ const setWireTransfer = async () => {
option-label="bic"
option-value="id"
hide-selected
:roles-allowed-to-create="['financial']"
>
<template #form>
<CreateBankEntityForm