MASTER-fix(invoiceIn_descriptor): supplier.email #1307

Merged
joan merged 4 commits from hotFix_invoiceIn_supplier_email into master 2023-02-07 08:39:17 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 3d27879ce8 - Show all commits

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 = ?
WHERE r.id = ?