Merge branch '2188-calendar-holiday' of verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
47988f9cb5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue