Commit af4d5420 authored by wansari's avatar wansari

Changed by wasim to pass login site code in parameter for loc_code pop help for form2


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100408 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 90eced61
...@@ -179,8 +179,6 @@ ...@@ -179,8 +179,6 @@
<xsl:variable name="brand_descr"><xsl:value-of select="brand_descr"/></xsl:variable><!--brand descr--> <xsl:variable name="brand_descr"><xsl:value-of select="brand_descr"/></xsl:variable><!--brand descr-->
<!-- Added by Samadhan on 21/12/2015 [to set Size Discription Grid, limited edition,brand, brand descr] start --> <!-- Added by Samadhan on 21/12/2015 [to set Size Discription Grid, limited edition,brand, brand descr] start -->
<xsl:if test="$dbID = '0'"> <xsl:if test="$dbID = '0'">
<input type="hidden" name="Detail2.{normalize-space($dbID)}.login_code" id ="login_code" value="{$login_code}" ISCHANGED="false"/> <input type="hidden" name="Detail2.{normalize-space($dbID)}.login_code" id ="login_code" value="{$login_code}" ISCHANGED="false"/>
...@@ -356,6 +354,9 @@ ...@@ -356,6 +354,9 @@
<xsl:variable name="tax_desc"><xsl:value-of select="tax_desc"/></xsl:variable> <xsl:variable name="tax_desc"><xsl:value-of select="tax_desc"/></xsl:variable>
<xsl:variable name="item_commodity"><xsl:value-of select="item_commodity"/></xsl:variable> <xsl:variable name="item_commodity"><xsl:value-of select="item_commodity"/></xsl:variable>
<!--Added by Parikshit Kumbhar on 20-APR-2015 [to select values of respective tag] Ends --> <!--Added by Parikshit Kumbhar on 20-APR-2015 [to select values of respective tag] Ends -->
<!--Changed by wasim on 14-07-2015 to get login site code [START] -->
<xsl:variable name="site_code"><xsl:value-of select="site_code"/></xsl:variable>
<!--Changed by wasim on 14-07-2015 to get login site code [START] -->
<xsl:if test="$dbIDs > '0'"> <xsl:if test="$dbIDs > '0'">
<tr> <tr>
<td > <td >
...@@ -478,9 +479,14 @@ ...@@ -478,9 +479,14 @@
<xsl:value-of select="loc_code"/> <xsl:value-of select="loc_code"/>
</div> </div>
<div style="float:right;position:relative; width: 8%;"> <div style="float:right;position:relative; width: 8%;">
<a href="javascript:callListJSP('{normalize-space($dbIDs)}','0','loc_codeII', 'Location Code', '{normalize-space($dbIDs)}');" style="float: left;text-decoration: none;"> <!--Changed by wasim on 14-07-2015 to get login site code [START] -->
<!--<a href="javascript:callListJSP('{normalize-space($dbIDs)}','0','loc_codeII', 'Location Code', '{normalize-space($dbIDs)}');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Location Code" />
</a>-->
<a href="javascript:callListJSP('{normalize-space($dbIDs)}','{normalize-space($site_code)}','loc_codeII', 'Location Code', '{normalize-space($dbIDs)}');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Location Code" /> <img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Location Code" />
</a> </a>
<!--Changed by wasim on 14-07-2015 to get login site code [END] -->
</div> </div>
</td> </td>
<!-- Added by Parikshit Kumbhar on 20-Apr-2015[apended value passing through openPopup function] Starts--> <!-- Added by Parikshit Kumbhar on 20-Apr-2015[apended value passing through openPopup function] Starts-->
...@@ -662,4 +668,4 @@ ...@@ -662,4 +668,4 @@
</html> </html>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>
\ No newline at end of file
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