#7553 modified TicketExpedition & changes in ticket section #571

Merged
jon merged 79 commits from 7553_FixTicketExpedition into dev 2024-09-25 05:51:16 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6f9e46f7a0 - Show all commits

View File

@ -81,7 +81,6 @@ const destinationTicketColumns = computed(() => [
]);
const handleRowClick = (row) => {
console.log('row: ', row);
const ticketId = row.id;
if (transferFormRef.value) {
transferFormRef.value.transferSales(ticketId);