[R12 - T16] Bug corregido, faltaba la asociacion con cliente para el modelo Mandate

This commit is contained in:
Daniel Herrero 2017-12-13 09:05:58 +01:00
parent b8a6340afd
commit 69934a4869
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
}
},
"relations": {
"client": {
"type": "belongsTo",
"model": "Client",
"foreignKey": "clientFk"
},
"company": {
"type": "belongsTo",
"model": "company",