Commit cd25b030 authored by prumde's avatar prumde

Updated for CustomMenuImageServlet path added in Img tag

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185507 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 25b546c8
......@@ -127,7 +127,7 @@ public class AttendanceCompliance extends ValidatorEJB implements AttendanceComp
//userImagePath = CommonConstants.TOMCAT_HOME+"/ibase/CustomMenuImageServlet?fldValue="+salesPersCode+"&object="+object+"&objName="+object+"&ALT_FLD_VALUE="+salesPersName;
userImagePath = e12GenUtil.getCustomImageURL("SALES_PERS", "SalesPers", salesPersCode, salesPersName, "Icon");
// Update by Prajyot R on 24/05/2018 End
tran_image = "<img class='cardProdImg2' src='"+userImagePath+"' style='margin-top:-15px;'/>";
tran_image = "<img class='userAvatar' src='"+userImagePath+"' />";
String devisonWiseRegion = checkNull(rs.getString("DIVISION"))+" "+checkNull(rs.getString("REGION"));
//added by vishal pathare on 8.2.18 for[feed data for links implementation]Start
JSONObject feedDataJson = new JSONObject();
......
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