[R12 - T16] Bug corregido, faltaba la asociacion con cliente para el modelo Mandate
This commit is contained in:
parent
b8a6340afd
commit
69934a4869
|
@ -18,6 +18,11 @@
|
|||
}
|
||||
},
|
||||
"relations": {
|
||||
"client": {
|
||||
"type": "belongsTo",
|
||||
"model": "Client",
|
||||
"foreignKey": "clientFk"
|
||||
},
|
||||
"company": {
|
||||
"type": "belongsTo",
|
||||
"model": "company",
|
||||
|
|
Loading…
Reference in New Issue