fix balances #1189
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
este no cal