Payment report and missing ticket generation updates

This commit is contained in:
Stephanos A
2026-07-23 07:27:05 +03:00
parent 614fab806d
commit e2bdc21c95
2 changed files with 48 additions and 22 deletions

View File

@@ -921,7 +921,7 @@ export class TicketsService {
for (const booking of confirmedWithNoTickets) {
try {
await this.generate(booking.id);
await this.smartAssignAndGenerate(booking.id);
generated++;
details.push({ bookingId: booking.id, bookingRef: booking.bookingRef, status: 'generated' });
} catch (err) {