Commit ff6b5353 authored by smestry's avatar smestry

Updated xsl for the Product wizard for minor bugs.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102080 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 793d4455
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
<td> <td>
<input type="text" class="editInputClass" value="{$descr}" name="Detail3.{normalize-space($dbIDs)}.descr" <input type="text" class="editInputClass" value="{$descr}" name="Detail3.{normalize-space($dbIDs)}.descr"
id="Detail3.{normalize-space($dbIDs)}.descr" maxlength="90" style="width: 100%;" /> id="Detail3.{normalize-space($dbIDs)}.descr" maxlength="90" style="width: 100%;" ISCHANGED='false' readOnly = '1' />
<!-- <xsl:value-of select="descr"/> --> <!-- <xsl:value-of select="descr"/> -->
<input type="hidden" class="editInputClass" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" <input type="hidden" class="editInputClass" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code"
id="Detail3.{normalize-space($dbIDs)}.item_code" maxlength="10" style="width: 100%"/> id="Detail3.{normalize-space($dbIDs)}.item_code" maxlength="10" style="width: 100%"/>
......
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