Commit ce870517 authored by cpatil's avatar cpatil

modify for cctrCode @sun office


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101479 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3081dbbc
...@@ -8447,10 +8447,11 @@ public class FinCommon ...@@ -8447,10 +8447,11 @@ public class FinCommon
// } // }
//changed by shamim on 24-07-12 //changed by shamim on 24-07-12
if(cctrCode == null){ if(cctrCode == null || cctrCode.trim().length() == 0 )
{
cctrCode = " "; cctrCode = " ";
} }
System.out.println("@@@@@@@8454 cctrCode["+cctrCode+"]");
pstmt.setString(12,cctrCode); pstmt.setString(12,cctrCode);
if(currCode == null || currCode.trim().length() == 0){ if(currCode == null || currCode.trim().length() == 0){
pstmt.setNull(13,Types.VARCHAR); pstmt.setNull(13,Types.VARCHAR);
......
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