fix: defaulter filter correct sql #2779
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2779
Loading…
Reference in New Issue
No description provided.
Delete Branch "6943-fix_defaulter_filter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -85,6 +85,7 @@ module.exports = Self => {
LEFT JOIN (
SELECT MAX(started), clientFk, finished
FROM recovery
GROUP BY clientFk
@jgallego aixina valdria, pq per a cada client traguem la maxima
https://gitea.verdnatura.es/verdnatura/salix/pulls/2754/files#issuecomment-58376