Commit 6d9cde6f authored by wansari's avatar wansari

Changed by wasim to insert hidden field in form2 for site_code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100429 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 83ce8866
......@@ -281,7 +281,9 @@
<input type="hidden" value="{item_phy_attrib_24}" name="Detail2.{normalize-space($dbID)}.item_phy_attrib_24" id="item_phy_attrib_24" />
<input type="hidden" value="{brand_descr}" name="Detail2.{normalize-space($dbID)}.brand_descr" id="brand_descr" />
<!--Added by Samadhan on 21/12/2015 for Limited Edition field start-->
<!--Changed by wasim on 15-03-2016 to set site code for prevoius button [START]-->
<input type="hidden" value="{site_code}" name="Detail2.{normalize-space($dbID)}.site_code" id="site_code" />
<!--Changed by wasim on 15-03-2016 to set site code for prevoius button [END]-->
</xsl:if>
</xsl:for-each>
</div>
......
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