Commit b2505794 authored by dpawar's avatar dpawar

Remove back slash


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97206 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fc595619
......@@ -641,7 +641,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
pstmt.setString(13,custCodeDlvTo);
if( saleOrdertype != null && saleOrdertype.trim().length() > 0 )
{
System.out.println("ordtypeGetData::::::::"+saleOrdertype);\
System.out.println("ordtypeGetData::::::::"+saleOrdertype);
pstmt.setString(14,saleOrdertype);
}
}
......
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