Index: BL/Sys/LabelPrinter.cls.xml =================================================================== diff -u -r58844 -r58845 --- BL/Sys/LabelPrinter.cls.xml (.../LabelPrinter.cls.xml) (revision 58844) +++ BL/Sys/LabelPrinter.cls.xml (.../LabelPrinter.cls.xml) (revision 58845) @@ -435,7 +435,7 @@ if BartDevice = "ORGALUX2 KLEUR" s BartDevice=..FullDevicePad(BartDevice) #dim TrayString As %String = "" - If ((BartDevice = "\\print01\P001") && (BartLayout="Klant Magazijn Reketiket A4 2x6")) { + If (($$$UCase(BartDevice)="\\PRINT01\P001") && (BartLayout="Klant Magazijn Reketiket A4 2x6")) { Set BartDevice = "P001" Set TrayString = " /Tray=""Bypass Tray""" }