Commit 9fd2b8a0 authored by kshinde's avatar kshinde

BUG FIX demand prc null pointer exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174754 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a46198eb
......@@ -89,8 +89,7 @@ public class DemandGenPrc extends ProcessEJB implements DemandGenPrcLocal,Demand
fromDT=genericUtility.getColumnValue("from_date", Dom);
toDT=genericUtility.getColumnValue("to_date", Dom);
fromDate=Timestamp.valueOf(genericUtility.getValidDateString(genericUtility.getColumnValue("from_date", Dom), genericUtility.getApplDateFormat(), genericUtility.getDBDateFormat()) + " 00:00:00.0");
toDate=Timestamp.valueOf(genericUtility.getValidDateString(genericUtility.getColumnValue("to_date", Dom), genericUtility.getApplDateFormat(), genericUtility.getDBDateFormat()) + " 00:00:00.0");
//custCode=genericUtility.getColumnValue("cust_code",Dom);
SimpleDateFormat sdf1 = new SimpleDateFormat(genericUtility.getDBDateFormat());
loginSite=genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
......
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