fix calendar-holiday model
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-03-13 13:10:04 +01:00
parent 1f8f2d8ad7
commit f9abaa409a
1 changed files with 2 additions and 2 deletions

View File

@ -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",