Author: jacopoc
Date: Thu Dec 31 11:36:49 2009
New Revision: 894826
URL: http://svn.apache.org/viewvc?rev=894826&view=rev
Log:
Added missing link parameter needed to load the right inventory receive screen.
Modified:
ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml?rev=894826&r1=894825&r2=894826&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
(original)
+++ ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Thu
Dec 31 11:36:49 2009
@@ -85,6 +85,7 @@
<parameter
param-name="shipmentId" from-field="shipment.shipmentId"/>
<parameter
param-name="facilityId" from-field="facility.facilityId"/>
<parameter
param-name="purchaseOrderId" from-field="shipment.primaryOrderId"/>
+ <parameter
param-name="initialSelected" value="Y"/>
</link>
</container>
</widgets>