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": { "beneficiary": {
"type": "string" "type": "string"
},
"supplierFk": {
"type": "string"
} }
}, },
"relations": { "relations": {

View File

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