Index: BL/Sys/FOP/CommonTasks.cls.xml =================================================================== diff -u -r73456 -r73797 --- BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 73456) +++ BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 73797) @@ -313,6 +313,7 @@ Set:(StaplingMode="0") StaplingMode="" If (PrinterName="LEVBON_ORGALUX") Do ; Test voor nieuwe Stapler (WV / JAE on 25-03-2013) + . Set:(1) StaplingMode="" . Set blnStapling=''$L(StaplingMode) . Set OutputTray=$S(blnStapling:"3", 1:"1") . Set PSStaplingConfig=$S(blnStapling:"1"_$$$xslpDelim_"(ANGLED_STAPLE)", 1:"0"_$$$xslpDelim_"()")_$$$xslpDelim_OutputTray @@ -321,7 +322,7 @@ . Set OutputTray="1" . Set PSStaplingConfig="0"_$$$xslpDelim_"()"_$$$xslpDelim_OutputTray Else If (PrinterName?1(1"LEVBON_PS",1"LEVBON".E)) Do - . ;Set:(PrinterName'="LEVBON_PS") StaplingMode="" ; DISABLE Stapling option (temporary) + . Set:(1) StaplingMode="" ;Set:(PrinterName'="LEVBON_PS") StaplingMode="" ; DISABLE Stapling option (temporary) . Set blnStapling=''$L(StaplingMode) . Set:(OutputTray="") OutputTray=$S(blnStapling:"2", 1:"1") . Set PSStaplingConfig=$S(blnStapling:"2"_$$$xslpDelim_"(ONEANGLED)", 1:"0"_$$$xslpDelim_"()")_$$$xslpDelim_OutputTray