various small changes and fixes

This commit is contained in:
2023-08-19 13:35:46 +02:00
parent 6051b18796
commit 71a2927372
11 changed files with 35 additions and 15 deletions

View File

@@ -29,11 +29,11 @@ class POSTHandler {
}
}
console.log( this.ticketTotals );
// console.log( this.ticketTotals );
// for ( let order in this.allSelectedSeats ) {
// }
console.log( this.allSelectedSeats );
// console.log( this.allSelectedSeats );
} );
} );
} );