Commit b989279a authored by jshaikh's avatar jshaikh

Some minor changes in component

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183917 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ca253c58
......@@ -2168,8 +2168,10 @@ conn = getConnection();
glTraceMap.put("site_code",(mischdrMap.get("site_code") == null ? "":mischdrMap.get("site_code")));
/*glTraceMap.put("sundry_type",(mischdrMap.get("sundry_type") == null ? "":mischdrMap.get("sundry_type")));
glTraceMap.put("sundry_code",(mischdrMap.get("sundry_code") == null ? "":mischdrMap.get("sundry_code")));*/
glTraceMap.put("sundry_type","");
glTraceMap.put("sundry_code","");
glTraceMap.put("sundry_type",(mischdrMap.get("sundry_type") == null ? "":mischdrMap.get("sundry_type")));
glTraceMap.put("sundry_code",(mischdrMap.get("sundry_code") == null ? "":mischdrMap.get("sundry_code")));
/*glTraceMap.put("sundry_type",""); //Commented by JShaikh as suggested by SM Sir
glTraceMap.put("sundry_code","");*/
glTraceMap.put("acct_code",acctCode);
glTraceMap.put("cctr_code",cctrCode);
glTraceMap.put("emp_code",(mischdrMap.get("emp_code") == null ? "":mischdrMap.get("emp_code")));
......
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