Commit 54a027e6 authored by cshah's avatar cshah

changes done for solving issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91543 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e3a48a2a
...@@ -482,7 +482,7 @@ public class JvConfirm extends ActionHandlerEJB implements JvConfirmLocal,JvCon ...@@ -482,7 +482,7 @@ public class JvConfirm extends ActionHandlerEJB implements JvConfirmLocal,JvCon
} }
System.out.println("sundry type = "+"["+detSundryType+"]"); System.out.println("sundry type = "+"["+detSundryType+"]");
System.out.println("sundry code = "+"["+detSundryCode+"]"); System.out.println("sundry code = "+"["+detSundryCode+"]");
if(!(("O".equalsIgnoreCase (detSundryType)) && (detSundryCode.trim().length() == 0 ))) if ((!("O".equalsIgnoreCase (detSundryType))) && (detSundryCode.trim().length() > 0 ))
{ {
sundryBalMap = new HashMap(); sundryBalMap = new HashMap();
sundryBalMap.put("tran_date",journalMap.get("tran_date")); sundryBalMap.put("tran_date",journalMap.get("tran_date"));
......
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