Commit b3cbe270 authored by dsawant's avatar dsawant

UPDATED FOR ALLOCATED AND GO BACK


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94292 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 44716324
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
<td align = "right"><font size="-1"><%= (stkHlpBn.allocQty != null && stkHlpBn.allocQty.equals("")) ? "0.000" : df.format(Double.parseDouble(stkHlpBn.allocQty)) %></font></td> <td align = "right"><font size="-1"><%= (stkHlpBn.allocQty != null && stkHlpBn.allocQty.equals("")) ? "0.000" : df.format(Double.parseDouble(stkHlpBn.allocQty)) %></font></td>
<% <%
if( stkHlpBn.allocQuantLableC != null && stkHlpBn.allocQuantLableC.trim().equals("Y")) if( stkHlpBn.allocQuantLableC == null || stkHlpBn.allocQuantLableC.trim().equals("Y"))
{ {
%> %>
......
...@@ -10,6 +10,16 @@ ...@@ -10,6 +10,16 @@
<HTML> <HTML>
<HEAD> <HEAD>
<script>
function goBack()
{
window.history.back()
}
</script>
</HEAD>
<body>
<button onclick="goBack()">Go Back</button>
<% <%
String lotno = request.getParameter("lotno"); String lotno = request.getParameter("lotno");
...@@ -143,4 +153,7 @@ if( stockHelpList.size() > 0 ) ...@@ -143,4 +153,7 @@ if( stockHelpList.size() > 0 )
} }
%> %>
</TABLE>
</DIV>
</body>
</HTML>
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