RTF Template
Hi
Based on the Purchasing level approvals we are printing the Signature of the approver on the Purchasing Document.
Below is what we placed on the Field browser
Approval Level
>10,000$ --STEVELUX
<10,000$-- RAFFI
<?choose:?>
<?when: APPROVER_NAME = 'LUX, STEVE J'?>
<fo:block>
<fo:external-graphic src="/u05/oracle/temp/STEVELUX.jpg" />
</fo:block>
<?end when?>
<?end choose?>
<?choose:?>
<?when: APPROVER_NAME ='SARRAFIAN, RAFFI O'?>
<fo:block>
<fo:external-graphic src="/u05/oracle/temp/RAFFI.jpg" />
</fo:block>
<?end when?>
<?end choose?>
but somehow the signature is not being printed on the document. Could you please let me know what exactly to look for??