HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
1 changed files with 5 additions and 1 deletions
Showing only changes of commit b2c9a7863c - Show all commits

View File

@ -179,7 +179,11 @@ const debtWarning = computed(() => {
table: JSON.stringify({ table: JSON.stringify({
clientFk: entity.id, clientFk: entity.id,
}), }),
createForm: JSON.stringify({ clientId: entity.id }),
createForm: JSON.stringify({
clientId: entity.id,
addressId: entity.defaultAddressFk,
}),
}, },
}" }"
size="md" size="md"