fix(datamart): removed limitation on inhousedelivery
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const inhouseDelivery = `
|
||||
declare @shiftStart varchar(max) = (select top(1) CAST(StartDate AS time(0)) from [test1_AlplaPROD2.0_Read].[masterData].[ShiftDefinition] (nolock) order by TeamNumber)
|
||||
|
||||
SELECT TOP (1000)
|
||||
SELECT
|
||||
ProduktionsLos as lot
|
||||
,Menge as qty
|
||||
,Barcode as barcode
|
||||
|
||||
Reference in New Issue
Block a user