8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +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
,
addressId: entity.defaultAddressFk,
}),
},
}"