fixes #4557 duplicate-tickets-in-routes #1169
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1169
Loading…
Reference in New Issue
No description provided.
Delete Branch "4557-duplicate-tickets-in-routes"
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?
@ -57,3 +57,3 @@
LEFT JOIN state st ON st.id = ts.stateFk
LEFT JOIN warehouse wh ON wh.id = t.warehouseFk
LEFT JOIN ticketObservation tob ON tob.ticketFk = t.id
LEFT JOIN ticketObservation tob ON tob.ticketFk = t.id AND tob.observationTypeFk = 3
No se pueden poner ID's directamente en el código. Hay que buscar otra solución, como buscar el observationType por código. Si no existe la columna, crearla.