mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Exclude blocked seats with reason 'Booked in tickets'
This commit is contained in:
@@ -506,6 +506,7 @@ export class ReportsService {
|
||||
],
|
||||
NOT: [
|
||||
{ reason: { startsWith: 'MAINTENANCE:' } },
|
||||
{ reason: { startsWith: 'Booked in tickets' } },
|
||||
{ blockedBy: 'system' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user