Commit 97dba965 authored by prumde's avatar prumde

Commented repeated code

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217345 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 067a703d
......@@ -2240,12 +2240,15 @@ public JSONObject getTodaysCallsSummary(String dataSourceName,String loginCode,S
doctorObjectNew.put("CUSTOMERS", newDocArray);
String event_date = doctorObject.optString("EVENT_DATE");
//Commented as conversion is not required its already done in dd-MMM-yyyy
/*
try {
event_date = e12GenUtility.getValidDateString(event_date, "yyyy-mm-dd hh:mm:ss", targetDateFormat);
}
catch(Exception e) {
System.out.println("Exception in getDoctorAryLoc method"+e);
}
*/
doctorObjectNew.put("EVENT_DATE", event_date);
doctorObjectNew.put("CUST_TYPES", custTypes);
......
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