Index: BL/Sys/LabelPrinter.cls.xml =================================================================== diff -u -r41990 -r58836 --- BL/Sys/LabelPrinter.cls.xml (.../LabelPrinter.cls.xml) (revision 41990) +++ BL/Sys/LabelPrinter.cls.xml (.../LabelPrinter.cls.xml) (revision 58836) @@ -433,9 +433,13 @@ if BartDevice = "ORGALUX1 KLEUR" s BartDevice=..FullDevicePad(BartDevice) if BartDevice = "ORGALUX2 KLEUR" s BartDevice=..FullDevicePad(BartDevice) + #dim TrayString As %String = "" + If ((BartDevice = "P001") && (BartLayout="Klant Magazijn Reketiket A4 2x6")) { + Set TrayString = " /Tray=""Bypass Tray""" + } Use File - Write "%BTW% /AF="""_..#BartenderLayoutPath_BartLayout_".btw"" /PRN="""_BartDevice_""" /R=3 /P /D= /CLOSE",$C(13,10) + Write "%BTW% /AF="""_..#BartenderLayoutPath_BartLayout_".btw"" /PRN="""_BartDevice_""""_TrayString_" /R=3 /P /D= /CLOSE",$C(13,10) Write "%END%",$C(13,10) Quit File