Commit 4f4118ba authored by smanohar's avatar smanohar

Missing closing parenthesis added

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197959 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6ece6995
......@@ -2009,7 +2009,7 @@ public class CreatePoRcpVoucher
xmlBuff.append("<exch_rate__vouch><![CDATA[" + exchAdv + "]]></exch_rate__vouch>");
xmlBuff.append("<auto_generated><![CDATA[" + ("A") + "]]></auto_generated>");
// 04-mar-2019 manoharan tax_class,tax_chap and tax_env to set as per voucher
if ("P-ADV".equalsIgnoreCase(tranSer.trim())
if ("P-ADV".equalsIgnoreCase(tranSer.trim()))
{
sql = "select tax_class, tax_chap, tax_env from voucher where tran_id = ? ";
pstmt = conn.prepareStatement(sql);
......
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