Commit 7e0783f2 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188483 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d9b21745
......@@ -81,7 +81,7 @@ public class ContactCommDashboardServlet extends HttpServlet {
//Commented and changes made by Jaffar S. on 24-07-18
//JSONObject jsonObjData = (JSONObject) ContactCommDashboardRemote.getCommunicationSchedule(dataSourceName, loginCode, empCode);
JSONObject jsonObjData = (JSONObject) ContactCommDashboard.getCommunicationSchedule(dataSourceName, loginCode, empCode);
JSONObject jsonObjData = (JSONObject) contactCommDashboard.getCommunicationSchedule(dataSourceName, loginCode, empCode);
//End by Jaffar S.
/*
......
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