Commit f10f959f authored by pchavan's avatar pchavan

show ref_id instated of tran_id in accounting view screen.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173812 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 77302523
......@@ -41,7 +41,7 @@ var isAnyRecordSelected = false;
</div>
<div class="eachSection">
<div class="eachContent title">Accounting Effect</div>
<div class="eachContent title"> <xsl:value-of select="./Detail1[attribute/@updateFlag!='D']/refser"/>-<xsl:value-of select="./Detail1[attribute/@updateFlag!='D']/tran_id" />
<div class="eachContent title"> <xsl:value-of select="./Detail1[attribute/@updateFlag!='D']/refser"/>-<xsl:value-of select="./Detail1[attribute/@updateFlag!='D']/ref_id" />
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment