Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 084200-footerAlbaranReport

This commit is contained in:
Carlos Satorres 2023-03-10 15:42:52 +01:00
commit da4cbe1148
1 changed files with 5 additions and 0 deletions

View File

@ -154,6 +154,11 @@
"model": "Account",
"foreignKey": "id"
},
"user": {
"type": "belongsTo",
"model": "Account",
"foreignKey": "id"
},
"payMethod": {
"type": "belongsTo",
"model": "PayMethod",