7409-workerIncome #2597

Merged
carlossa merged 14 commits from 7409-workerIncome into dev 2024-06-26 09:38:02 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit d1ed4b4459 - Show all commits

View File

@ -118,7 +118,8 @@
},
"incomes": {
"type": "hasMany",
"model": "WorkerIncome"
"model": "WorkerIncome",
"foreignKey": "workerFk"
},
"trainingCourse": {
"type": "hasMany",