Exclude blocked seats with reason 'Booked in tickets'

This commit is contained in:
Stephanos A
2026-07-21 21:39:29 +03:00
parent 2a40b01651
commit 1f01668fee

View File

@@ -506,6 +506,7 @@ export class ReportsService {
],
NOT: [
{ reason: { startsWith: 'MAINTENANCE:' } },
{ reason: { startsWith: 'Booked in tickets' } },
{ blockedBy: 'system' },
],
},