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

View File

@ -99,8 +99,8 @@ const updateObservations = async (payload) => {
toCustomerAddress();
};
async function updateAll({ data, payload }) {
await updateAddress(data);
await updateObservations(payload);
await updateAddress(data);
}
function getPayload() {
return {
@ -138,8 +138,8 @@ async function handleDialog(data) {
},
})
.onOk(async () => {
await updateAll(body);
await updateAddressTicket();
await updateAll(body);
toCustomerAddress();
})
.onCancel(async () => {