Commit 2d725acc authored by ssalve's avatar ssalve

Sarita: Done changes to add parameters sale_order and ref_id and call to...

Sarita: Done changes to add parameters sale_order and ref_id and call to SorderStatusBean.java class on 30NOV2017

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174871 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0a075c17
......@@ -18,6 +18,12 @@
String objType = request.getParameter( "OBJ_TYPE" );
//Changed by Dayanand on 31/03/08 [Take OBJ_CTXT for display link for selected form]
String objCtx = request.getParameter( "OBJ_CTXT" );
//Added by sarita on 28NOVEMBER2017
String saleOrder = request.getParameter( "SALE_ORDER" );
String refSeries = request.getParameter( "REF_ID" );
System.out.println(" saleOrder ::"+saleOrder + "refSeries ::"+refSeries);
ibase.webitm.ejb.dis.SorderStatusBean sorderStatus = new ibase.webitm.ejb.dis.SorderStatusBean();
String status = sorderStatus.SorderStatusInfo(saleOrder,refSeries);
//Changed by Pravin on 28/07/08.[to apply theme, request ID- WS89BAS022 ] Start
//changed by rahul barve on 01-oct-2014 [Start]
//ibase.webitm.utility.GenericUtility genericUtilityObj = new ibase.webitm.utility.GenericUtility();
......@@ -50,12 +56,18 @@
<!-- Changed by Dhruv on 11/10/2007 to focus window on load -->
<!-- Changed by Santosh on 13/02/2017 -->
<%-- <body onLoad="loadLink(),viewLinkBrow('<%=targetObject%>','<%=queryParam%>','<%=paramType%>');window.focus();" class="" onClick = "hideContextMenu()"> --%>
<body onLoad="loadLink(),viewLinkBrow('<%=targetObject%>','<%=queryParam%>','<%=paramType%>');window.focus();removeDuplicateRows();" class="" onClick = "hideContextMenu()">
<!-- <body onLoad="window.focus();removeDuplicateRows();" class="" onClick = "hideContextMenu()">
-->
//changes by sarita on 28NOV2017
<body onLoad="window.focus();removeDuplicateRows();" class="" onClick = "hideContextMenu()" style="margin:0px;">
<!-- changes made by sanket on 12-09-16 for label width 100% from <hr style="position:absolute;top:2;left:5;height:22;width:790;background-color: #D7D7D7;font-family:Verdana"> -->
<!-- Commented by Santosh on 11/02/2017 Start -->
<%-- <hr style="position:absolute;top:2;left:5;height:22;width:99%;background-color: #D7D7D7;font-family:Verdana">
<b><a id ="menudescr" style ="position : absolute; top : 3;left:10;color: #0000FF;font-family:Tahoma;font-size: 12"><%= linkDescr %></a></b> --%>
<!-- Commented by Santosh on 11/02/2017 End -->
//Added by sarita on 28NOV2017
<%= status %>
</body>
<script>
link_obj_name = '<%= targetObject%>';
......
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