Commit 24f0b98b authored by wansari's avatar wansari

D14IKAT004 updated supplier code, item parent id.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97454 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 77fd947a
...@@ -160,11 +160,14 @@ ...@@ -160,11 +160,14 @@
<input type="hidden" class="editInputClass" value="{$item_code}" name="Detail3.{normalize-space($dbID)}.item_code" <input type="hidden" class="editInputClass" value="{$item_code}" name="Detail3.{normalize-space($dbID)}.item_code"
id="Detail3.{normalize-space($dbID)}.item_code" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.item_code" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$item_parnt}" name="Detail3.{normalize-space($dbID)}.item_parnt"
id="Detail3.{normalize-space($dbID)}.item_parnt" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$rate}" name="Detail3.{normalize-space($dbID)}.rate" <input type="hidden" class="editInputClass" value="{$rate}" name="Detail3.{normalize-space($dbID)}.rate"
id="Detail3.{normalize-space($dbID)}.rate" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.rate" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$descr}" name="Detail3.1.descr" <input type="hidden" class="editInputClass" value="{$descr}" name="Detail3.{normalize-space($dbID)}.descr"
id="Detail3.{normalize-space($dbID)}.descr" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.descr" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$supp_code}" name="Detail3.1.supp_code" <input type="hidden" class="editInputClass" value="{$supp_code}" name="Detail3.{normalize-space($dbID)}.supp_code"
id="Detail3.{normalize-space($dbID)}.supp_code" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.supp_code" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$ord_date}" name="Detail3.{normalize-space($dbID)}.ord_date" <input type="hidden" class="editInputClass" value="{$ord_date}" name="Detail3.{normalize-space($dbID)}.ord_date"
id="Detail3.{normalize-space($dbID)}.ord_date" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.ord_date" maxlength="10"/>
......
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