From a96e3a57b623c42f567c74bbcdd77b10f2a8c52a Mon Sep 17 00:00:00 2001 From: Dani Herrero Date: Mon, 26 Jun 2017 09:22:28 +0200 Subject: [PATCH] corregido id ticket por ticketFk --- client/production/src/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } );