feat(ticket): add client and category fields to ticket resource and update related tests

This commit is contained in:
2026-08-11 16:59:50 -03:00
parent 622a3eef86
commit cb98652e2f
3 changed files with 6 additions and 1 deletions

View File

@@ -135,9 +135,10 @@ class ScannerTicketService
{
return [
'validityGroups.validityTimes',
'sourceCatalogItem',
'sourceCatalogItem.category',
'sourceVariant.eventDate',
'sourceVariant.catalogItem',
'user',
];
}