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 1 additions and 2 deletions
Showing only changes of commit a5adc7550c - Show all commits

View File

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

faltaba

faltaba
}),
},