Commit 819ead6c authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188205 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7020f649
......@@ -54,7 +54,7 @@ public class CurntRecvbleChartServlet extends HttpServlet
/*custInfoRemote.setUserInfo(userInfo);
JSONObject jsonObjData = (JSONObject)custInfoRemote.getCurrentReceivableChartView(custCode,lastMonth,dataSourceName);*/
customerInfoEJB.setUserInfo(userInfo);
JSONObject jsonObjData = (JSONObject)customerInfoEJB.getCurrentReceivableChartView(custCode,lastMonth,dataSourceName)
JSONObject jsonObjData = (JSONObject)customerInfoEJB.getCurrentReceivableChartView(custCode,lastMonth,dataSourceName);
customerInfoEJB = null;
//---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