diff --git a/modules/worker/back/models/calendar-holiday.json b/modules/worker/back/models/calendar-holiday.json index 0956893ae..544452553 100644 --- a/modules/worker/back/models/calendar-holiday.json +++ b/modules/worker/back/models/calendar-holiday.json @@ -23,12 +23,12 @@ "detail": { "type": "belongsTo", "model": "CalendarHolidaysName", - "foreignKey": "holidayDetailFk" + "foreignKey": "calendarHolidaysNameFk" }, "type": { "type": "belongsTo", "model": "CalendarHolidaysType", - "foreignKey": "holidayTypeFk" + "foreignKey": "calendarHolidaysTypeFk" }, "workCenter": { "type": "belongsTo",