zone_getOptionsForShipment fixes
gitea/salix/dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-11-18 16:36:08 +01:00
parent 4d4e4f31f4
commit bdb03729b7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ BEGIN
JOIN zone z ON z.id = t.id
JOIN zoneEvent e ON e.zoneFk = t.id
JOIN tLandings l ON l.eventFk = e.id
HAVING (
WHERE (
e.`type` = 'day'
AND e.`dated` = l.landed
) OR (