Author: mor
Date: Sat Jul  4 11:10:31 2009
New Revision: 791102

URL: http://svn.apache.org/viewvc?rev=791102&view=rev
Log:
Receive shipment screen now also show the ordered quantity corresponding to an 
order item.
Applied patch from Divesh Dutta, part of OFBIZ-2698 
(https://issues.apache.org/jira/browse/OFBIZ-2698)

Modified:
    
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl

Modified: 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl?rev=791102&r1=791101&r2=791102&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 
(original)
+++ 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 
Sat Jul  4 11:10:31 2009
@@ -410,6 +410,12 @@
                           <td align="right">
                             <input type="text" 
name="quantityRejected_o_${rowCount}" value="0" size="6"/>
                           </td>
+                          <tr>
+                            <td colspan="4" 
align="right">${uiLabelMap.OrderQtyOrdered} :</td>
+                            <td align="right">
+                              <input type="text" class="inputBox" 
name="quantityOrdered" value="${orderItem.quantity}" size="6" maxlength="20" 
disabled/>
+                            </td>
+                          </tr>
                         </tr>
                         <tr>
                           <td>&nbsp;</td>


Reply via email to