feat(dm): migrated all the dm topics
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m26s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m26s
This commit is contained in:
@@ -27,7 +27,15 @@ left join
|
||||
[order].Header as h (nolock) on
|
||||
h.id = l.HeaderId
|
||||
|
||||
WHERE releasestate not in (1, 2, 4)
|
||||
/*
|
||||
0 = open
|
||||
1 = shipped
|
||||
2 = customer canceled
|
||||
3 = shipped
|
||||
4 = internal canceled
|
||||
*/
|
||||
|
||||
WHERE releasestate not in (1, 2,3, 4)
|
||||
AND r.deliverydate between getDate() + -[startDay] and getdate() + [endDay]
|
||||
|
||||
order by r.deliverydate
|
||||
Reference in New Issue
Block a user