You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by di...@apache.org on 2016/06/04 09:43:35 UTC

svn commit: r1746800 - /ofbiz/branches/release14.12/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl

Author: diveshdutta
Date: Sat Jun  4 09:43:34 2016
New Revision: 1746800

URL: http://svn.apache.org/viewvc?rev=1746800&view=rev
Log:
[OFBIZ-7060] Fixed bug: Purchase Return shipments not allowing to select received inventory against the Product that need to be returned

Modified:
    ofbiz/branches/release14.12/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl

Modified: ofbiz/branches/release14.12/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl?rev=1746800&r1=1746799&r2=1746800&view=diff
==============================================================================
--- ofbiz/branches/release14.12/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl (original)
+++ ofbiz/branches/release14.12/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl Sat Jun  4 09:43:34 2016
@@ -58,7 +58,7 @@ under the License.
                   <input type="hidden" name="shipmentItemSeqId" value="${item.shipmentItemSeqId}"/>
                   <input type="hidden" name="totalIssuedQty" value="${item.totalQtyIssued}"/>
                   <span>
-                    <@htmlTemplate.lookupField formName="issueInventoryItemToShipment_${item_index}" name="inventoryItemId" id="inventoryItemId" fieldFormName="LookupInventoryItem?orderId=${item.orderId}&amp;partyId=${item.partyId}&amp;productId=${item.productId}"/>
+                    <@htmlTemplate.lookupField formName="issueInventoryItemToShipment_${item_index}" name="inventoryItemId" id="inventoryItemId" fieldFormName="LookupInventoryItem?orderId=${item.orderId}&partyId=${item.partyId}&productId=${item.productId}"/>
                   </span>
                   <input type="text" size="5" name="quantity"/>
                   <input type="submit" value="${uiLabelMap.CommonSubmit}" class="smallSubmit"/>