Commit ba5e13da authored by kdabholkar's avatar kdabholkar

done the needful changes to Adding new field In stock on Sales Order Wizard componant

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173482 ce508802-f39f-4f6c-b175-0d175dae99d5
parent beea5010
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
background-color: #fff7d4 !important; background-color: #fff7d4 !important;
border-bottom : 1px solid #ccc; border-bottom : 1px solid #ccc;
} }
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl remarks
{ {
border-radius: 0px !important border-radius: 0px !important
} }
...@@ -316,6 +316,13 @@ ...@@ -316,6 +316,13 @@
</div> </div>
</div> </div>
</td> </td>
<td align="right" width = "10%">
In Stock :
</td>
<td width = "10%">
<label id = "item_parent_totalQuantity1"></label>
<input type="hidden" id="totalquantity1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" />
</td>
<td align="right" width = "10%"> <td align="right" width = "10%">
Rate: Rate:
</td> </td>
......
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