delete orderBy
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alexandre Riera 2022-11-30 09:22:53 +01:00
parent 27078595ce
commit 492b852be8
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ module.exports = Self => {
FROM vn.invoiceOut i
JOIN vn.company c ON c.id = i.companyFk
WHERE i.clientFk = ? AND i.companyFk = ?
ORDER BY payed DESC, created DESC
) t ORDER BY payed DESC, created DESC`,
[
clientId,