Commit 2a1f230f authored by cpatil's avatar cpatil

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100982 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4f5a3a93
...@@ -125,6 +125,22 @@ ...@@ -125,6 +125,22 @@
//window.close(); //window.close();
</script> </script>
<%
}
else if(result.indexOf("RFNDTAMT") > -1)
{
%>
<script type="text/javascript">
//parent.window.close();
//this.window.close();
alert("Only REFNO_DATE_AMT key allowed for multiple Reconcilation..!!");
window.history.back();
//window.location = 'E12WizardPage.jsp?OBJ_NAME=bank_reconciliation_wiz&amp;FORM_NO=1';
//window.close();
</script>
<% <%
} }
else else
......
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