refs #5525 mod yml y sql #1491

Merged
carlossa merged 41 commits from 5525-ibanSEPA-CORE into dev 2024-01-16 13:14:39 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit bfb31ad7c3 - Show all commits

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