feat: refs #8484 add addressId to createForm in CustomerDescriptor
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-02-17 15:06:08 +01:00
parent 4ef9994781
commit 29750bfd4f
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ const debtWarning = computed(() => {
query: {
createForm: JSON.stringify({
clientFk: entity.id,
addressId: entity.defaultAddressFk,
}),
},
}"