Commit d55533e2 authored by kshinde's avatar kshinde

added bank code

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184667 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 55b56846
......@@ -79,7 +79,7 @@
function callPopUpJSP( value )
{
fieldName = value;
var url = '/ibase/webitm/jsp/PopUp.jsp?OBJ_NAME=bank_reconciliation_wiz&KEYSTRING=""&FIELDNAME='+fieldName;
var url = '/ibase/webitm/jsp/PopUp.jsp?OBJ_NAME=bank_reconciliation_wiz&FIELDNAME='+fieldName;
var win = window.open( url, '_blank', 'toolbar=no,status=yes,resizable=no,scrollbars=yes,left=200,top=100,width=500,height=406' );
}
function callSundryPopUpJSP( value , type)
......@@ -149,7 +149,16 @@
</tr> -->
<!-- Added by Dadaso pawar [Start]-->
<tr style="display:none;">
<td class="td_leftAlign" nowrap="true">
<strong>site Code:</strong>
</td>
<td class="td_leftAlign">
<input type="text" class="input_editable" size="15" value="{$site_code}" name="Detail1.{normalize-space($dbID)}.site_code" id="Detail1.{normalize-space($dbID)}.site_code" maxlength="10" ISCHANGED="false"/>
<a href="javascript:callPopUpJSP('bank_code');"> <img src="/ibase/webitm/images/Standard/e12_pophelp_16.jpg" border="0"/> </a>
<!-- <a href="javascript:callSundryPopUpJSP( 'bank_code' ,'bank_code');"> <img src="/ibase/webitm/images/Standard/e12_pophelp_16.jpg" border="0"/> </a> -->
</td>
</tr>
<tr>
<td class="td_leftAlign" nowrap="true">
......
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