Merge pull request 'hotfix balanceCompensation' (!1303) from hotFix-balance-compensation into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1303
This commit is contained in:
Joan Sanchez 2023-02-07 07:39:02 +00:00
commit 90830e7ce9
1 changed files with 1 additions and 2 deletions

View File

@ -8,5 +8,4 @@ SELECT
r.payed
FROM client c
JOIN receipt r ON r.clientFk = c.id
JOIN supplier s ON c.fi = s.nif
WHERE r.id = ?