Index: BL/Sys/FOP/CommonTasks.cls.xml =================================================================== diff -u -r47930 -r47931 --- BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 47930) +++ BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 47931) @@ -269,7 +269,7 @@ If PrinterName="LEVBON_DI" Do ; Extra A5-lade voor Aventos Recupak . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(plain)", "A5-L":"(plain)" , :"(plain)" ) ; Not tested yet !!! - . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "A5-L":"4" , :"1" ) + . Set PSTraySelect=$Case(PapierSoort, "GEEL":"2" , "LOGO":"1" , "A5-L":"4" , :"1" ) Else If PrinterName?1(1"LEVBON_PS",1"HP602IT") Do ; HP602IT = LEVBON_PS : Nieuwe HP-printer, tijdelijke naam HP602IT, is ook de naam op print01 . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(plain)", "A5-L":"(plain)" , :"(plain)" ) ; Not tested yet !!! . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "A5-L":"4" , :"1" )