Author: swapnilmmane Date: Tue May 28 14:01:57 2019 New Revision: 1860274 URL: http://svn.apache.org/viewvc?rev=1860274&view=rev Log: Fixed: Corrected the navigation of 'To Facility ID' on the inventory transfer screen (OFBIZ-10992)
Steps to regenerate: 1.) Go to Facilities. 2.) Select Inventory Xfers option. 3.) Create Transfer Inventory Item from any Warehouse. 4.) Navigate to Transfer Inventory overview screen https://localhost:8443/facility/control/TransferInventoryItem?inventoryTransferId=10001 5.) 'Facility Id To' link is not redirecting to correct facility Thanks: Pawan Verma and Aishwary Shrivastava for your contribution. Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityForms.xml Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityForms.xml?rev=1860274&r1=1860273&r2=1860274&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityForms.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityForms.xml Tue May 28 14:01:57 2019 @@ -1004,7 +1004,7 @@ under the License. </field> <field name="facilityIdTo" use-when="${groovy: inventoryTransfer!=null}" widget-style="buttontext"> <hyperlink description="${inventoryTransfer.facilityIdTo}" target="EditFacility" also-hidden="false"> - <parameter param-name="facilityIdTo" value="${inventoryTransfer.facilityIdTo}"/> + <parameter param-name="facilityId" value="${inventoryTransfer.facilityIdTo}"/> </hyperlink> </field> <field name="containerIdTo" title="${uiLabelMap.FormFieldTitle_containerId}" use-when="${groovy: inventoryTransfer==null}"><text default-value="${inventoryTransfer.containerIdTo}"/></field>