Merge branch 'master' into 7565-dump
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Alex Moreno 2024-06-11 07:17:11 +00:00
commit a446c278b4
2 changed files with 10 additions and 0 deletions

View File

@ -44,6 +44,11 @@
"model": "Client",
"foreignKey": "clientFk"
},
"user": {
"type": "belongsTo",
"model": "VnUser",
"foreignKey": "clientFk"
},
"company": {
"type": "belongsTo",
"model": "Company",

View File

@ -77,6 +77,11 @@
"model": "Client",
"foreignKey": "clientFk"
},
"user": {
"type": "belongsTo",
"model": "VnUser",
"foreignKey": "clientFk"
},
"warehouse": {
"type": "belongsTo",
"model": "Warehouse",