Commit c0f43ede authored by bpandey's avatar bpandey

Change the lable as work Plane


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96299 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 65e9c5a2
......@@ -215,8 +215,7 @@ function isLocationSelected()
frmDate = simpleDateFormat.format(calendar.getTime());
todaysDay = Calendar.getInstance().get(Calendar.DAY_OF_MONTH);
lastDayOfMonth = Calendar.getInstance().getActualMaximum(Calendar.DAY_OF_MONTH);
//frmDate = "01-jan-14";
//toDate = "30-jan-14";
//new code added by Birendra Pandey It is VIMP
seclectYear = request.getParameterValues("acct_year");
seclectMonth = request.getParameterValues("acct_month");
......@@ -770,6 +769,11 @@ function isLocationSelected()
</td>
</tr>
</table>
<script type="text/javascript">
// changes by Birendra Pandey on dated 29/03/2014 ,case when data not found
window.close();
</script>
<%
}
}
......@@ -914,10 +918,10 @@ function isLocationSelected()
<tr class="summaryTr">
<td>Month</td>
<td>Actual</td>
<td>LBE</td>
<td>Actual/LBE</td>
<td>Work Plan</td>
<td>Actual/Work Plan</td>
<td>Pace(EOM)</td>
<td>Pace(EOM)/LBE</td>
<td>Pace(EOM)/Work Plan</td>
<td><%=preyear%>/<%=monthStr%></td>
</tr>
<tr class="summaryDetail">
......
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