fix: fixed CustomerTicket table order #1661

Merged
jsegarra merged 3 commits from hotfix-CustomerTicketOrder into master 2025-04-02 05:47:23 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 35886999e4 - Show all commits

View File

@ -49,6 +49,7 @@ const filter = {
},
],
where: { clientFk: $props.id ?? route.params.id },
order: ['shipped DESC', 'id'],
limit: 30,
};