Commit 2fdd6eb9 authored by vvengurlekar's avatar vvengurlekar

ShortageInventory.java - path change for export image


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177059 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 979ed313
......@@ -242,7 +242,7 @@ public class ShortageInventory extends ValidatorEJB implements ShortageInventory
}
rowData.put("shortageInventoryTable", rowBuffer.toString());
rowData.put("exportToExcel", "<td><img src='"+CommonConstants.TOMCAT_HOME+"/ibase/dwh/FusionChart/images/excel.png' width='20px' height='20px' alt='Export to Excel' id='excel' name='excel' onclick='exportExcel(this.parentNode.id)' align='right' style='padding : 16px;'></td>");
rowData.put("exportToExcel", "<td><img src='"+CommonConstants.TOMCAT_HOME+"/ibase/E12BROWSER/FusionChart/images/excel.png' width='20px' height='20px' alt='Export to Excel' id='excel' name='excel' onclick='exportExcel(this.parentNode.id)' align='right' style='padding : 16px;'></td>");
rowData.put("Items", pendingValueGlobal);
shortageInvJSON.put(count, rowData);
count++;
......
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