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