Warmfix: Redirect to TicketSales when confirming lines #1203

Merged
jon merged 2 commits from Warmfix-OrderProblems into test 2025-01-13 13:33:36 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -213,9 +213,9 @@ async function handleConfirm() {
type: 'positive',
});
router.push({
name: 'TicketList',
name: 'TicketSale',
query: {
table: JSON.stringify({ clientFk: descriptorData.store.data.clientFk }),
table: JSON.stringify({ id: route.params.id }),
},
});
}