diff --git a/client/production/src/index/index.js b/client/production/src/index/index.js index d524a71bd..2f11c7150 100644 --- a/client/production/src/index/index.js +++ b/client/production/src/index/index.js @@ -76,7 +76,7 @@ export default class ProductionIndex { let index = []; checks.forEach( (_, i) => { - ids.push(this.tickets[i].id); + ids.push(this.tickets[i].ticketFk); index.push(i); } );