Merge pull request '6275_getExpeditionSummary' (!2381) from 6275_getExpeditionSummary into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2381
Reviewed-by: Pako Natek <pako@verdnatura.es>
This commit is contained in:
Sergio De la torre 2024-04-29 09:24:50 +00:00
commit e1fe1cef7f
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ module.exports = Self => {
JOIN vn.agencyMode am ON am.id = r.agencyModeFk
JOIN vn.agency ag ON ag.id = am.agencyFk
LEFT JOIN vn.userConfig uc ON uc.userFk = account.myUser_getId()
WHERE (r.created = util.VN_CURDATE() OR r.created = util.yesterday())
AND t.routeFk = ?
WHERE t.routeFk = ?
GROUP BY t.addressFk, e.itemPackingTypeFk
) sub
GROUP BY addressFk