warmfix_customerList_test #1293

Merged
jsegarra merged 7 commits from warmfix_customerList_test into test 2025-01-29 07:44:36 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 0910425c5c - Show all commits

View File

@ -190,7 +190,9 @@ const debtWarning = computed(() => {
name: 'OrderList',
query: {
createForm: JSON.stringify({
clientFk: entity.id,
clientFk: entity.id
,
Review

faltaba

faltaba
addressId: entity.defaultAddressFk,
}),
},
}"