svn commit: r1746802 - /ofbiz/branches/release13.07/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1746802 - /ofbiz/branches/release13.07/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl

diveshdutta
Author: diveshdutta
Date: Sat Jun  4 10:22:31 2016
New Revision: 1746802

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

Modified:
    ofbiz/branches/release13.07/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl

Modified: ofbiz/branches/release13.07/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl?rev=1746802&r1=1746801&r2=1746802&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl (original)
+++ ofbiz/branches/release13.07/applications/product/webapp/facility/shipment/AddItemsFromInventory.ftl Sat Jun  4 10:22:31 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"/>