corregido id ticket por ticketFk

This commit is contained in:
Dani Herrero 2017-06-26 09:22:28 +02:00
parent 6fd77dda74
commit a96e3a57b6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
);