fix(commands): corrections to allow external labels to be consumed and transfered

This commit is contained in:
2025-12-02 18:29:30 -06:00
parent 6833dfc992
commit 12345c0b64
4 changed files with 79 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
export const labelInfo = `
declare @runningNumber nvarchar(max) = [runningNr]
select e.Barcode,
select e.barcode,
e.RunningNumber as runnungNumber,
externalRunningNumber= null,
e.ArticleHumanReadableId as av,