Index: TAOR rework/TAOR rework/TAOR rework.vbproj
===================================================================
diff -u -r1914 -r1952
--- TAOR rework/TAOR rework/TAOR rework.vbproj (.../TAOR rework.vbproj) (revision 1914)
+++ TAOR rework/TAOR rework/TAOR rework.vbproj (.../TAOR rework.vbproj) (revision 1952)
@@ -29,7 +29,7 @@
TAOR rework
Robin De Bock
false
- 1
+ 3
6.1.6.%2a
false
true
Index: TAOR rework/TAOR rework/databases/Automilling/AutomillingMapper.vb
===================================================================
diff -u -r1913 -r1952
--- TAOR rework/TAOR rework/databases/Automilling/AutomillingMapper.vb (.../AutomillingMapper.vb) (revision 1913)
+++ TAOR rework/TAOR rework/databases/Automilling/AutomillingMapper.vb (.../AutomillingMapper.vb) (revision 1952)
@@ -366,7 +366,7 @@
SELECT PickSequence, PickPlace, PalletID, SlotNbr, LeftRight, FeedbackERP, PickTimeStamp, MillingTimeStamp, DropTimeStamp, InsertTimeStamp, BatchID, SequenceNbr, ProductCode, Color, PickListID, NettoLength, NettoHeight, OversizeLength, OversizeHeight, ProgramLeftInner, ProgramLeftOuter, ProgramRightInner, ProgramRightOuter, PrintBarcodeLeft, PrintBarcodeRight, PrintTextLeft1, PrintTextLeft2, PrintTextLeft3, PrintTextRight1, PrintTextRight2, PrintTextRight3, PrintTextLeft4, PrintTextRight4, tablework, adjustment_X1, adjustment_X2, adjustment_YA, adjustment_YB, adjustment_YC, adjustment_YD
FROM [Automilling].[dbo].[Production]
where PickTimeStamp IS NOT NULL and MillingTimeStamp IS NULL
- order by PickTimeStamp desc"
+ order by PickTimeStamp asc"
Dim result As List(Of ZijkamerFreesProductieData) = getList(query)
LogBestandTextMapper.writeToFile("Automilling", "De uitgeworpen latjes opvragen (PickTimeStamp en millingtimestamp op NULL)", true)
Return result