Commit 8e030f5b authored by cpatil's avatar cpatil

remove error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96868 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7e5258fa
......@@ -3575,7 +3575,7 @@ public class SOrderForm extends ValidatorEJB implements SOrderFormLocal, SOrderF
pstmt.close();
pstmt = null;
rs = null;
if (itemSerCrPerc != null && item mitemSer = mitemSer == null ? "" : mitemSer; /SerCrPerc.trim().length()>0 )
if (itemSerCrPerc != null && itemSerCrPerc.trim().length()>0 )
{
valueXmlString.append("<item_ser__prom>").append("<![CDATA["+itemSerProm.trim()+"]]>").append("</item_ser__prom>");
sql="select item_ser__inv from customer_series where cust_code= ? and item_ser=? ";
......
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