refs #5525 supplier
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-12-28 11:46:34 +01:00
parent df1c9e3d9f
commit bfb31ad7c3
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,9 @@
},
"beneficiary": {
"type": "string"
},
"supplierFk": {
"type": "string"
}
},
"relations": {

View File

@ -8,6 +8,7 @@ SELECT
sp.name AS province,
s.nif,
sa.iban,
sa.supplierFk,
be.name AS bankName
FROM
client c