Index: BL/Sys/FOP/CommonTasks.cls.xml =================================================================== diff -u -r60629 -r60631 --- BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 60629) +++ BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 60631) @@ -282,9 +282,6 @@ Else If PrinterName="LEVBON_GLS2" Do ; HP Enterprise M605 . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(preprinted)", "BLANCO":"(plain)", :"(plain)" ) ; Not tested yet !!! . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"2" , :"2" ) - ;Else If PrinterName="LEVBON_DI" Do ; Vorige HP-printer - ;. Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(plain)", "BLANCO":"(plain)" , :"(plain)" ) ; Not tested yet !!! - ;. Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"4" , :"1" ) Else If PrinterName?1(1"LEVBON".E) Do ; bvb LEVBON_ORGALUX en LEVBON_TERUGNAME . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(preprinted)", "BLANCO":"(plain)", :"(plain)" ) ; Not tested yet !!! . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"2" , :"2" )