Commit fd35b1a4 authored by arawankar's avatar arawankar

Changes made in SFA for jnj dashboard component

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181352 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae91202e
......@@ -104,8 +104,8 @@ public class AttendanceCompliance extends ValidatorEJB implements AttendanceComp
rowBuffer = new StringBuffer("<table id='htmlTable' cellpadding='2' align='center'><tr><td align = 'center' class='gwt-ScrollTable'>No Data to Display</td></tr>");
}
//Commented by Anjali R. on[01/03/2018][To shown dashboard in pie chart format]
/*if(viewOptionSelectd != null && viewOptionSelectd.equalsIgnoreCase("JNJ"))*/
{
/*if(viewOptionSelectd != null && viewOptionSelectd.equalsIgnoreCase("JNJ"))
{*/
rowData = new JSONObject();
regionWiseAttendanceMap = new LinkedHashMap<String, ArrayList<String>>();
complianceReport = new ArrayList<String>();
......
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