Author: diveshdutta
Date: Sat Jun 4 08:34:26 2016
New Revision: 1746783
URL:
http://svn.apache.org/viewvc?rev=1746783&view=revLog:
[OFBIZ-7060] Fixed bug: Purchase Return shipments not allowing to select received inventory against the Product that need to be returned
Modified:
ofbiz/trunk/applications/product/template/shipment/AddItemsFromInventory.ftl
Modified: ofbiz/trunk/applications/product/template/shipment/AddItemsFromInventory.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/shipment/AddItemsFromInventory.ftl?rev=1746783&r1=1746782&r2=1746783&view=diff==============================================================================
--- ofbiz/trunk/applications/product/template/shipment/AddItemsFromInventory.ftl (original)
+++ ofbiz/trunk/applications/product/template/shipment/AddItemsFromInventory.ftl Sat Jun 4 08:34:26 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}&partyId=${item.partyId}&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"/>