Merge pull request #888 from Tria-plc/alpha

Exclude blocked seats with reason 'Booked in tickets'
This commit is contained in:
Stephanos A.
2026-07-21 21:41:30 +03:00
committed by GitHub

View File

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