Author: sichen
Date: Fri Nov 24 13:17:32 2006
New Revision: 479001
URL:
http://svn.apache.org/viewvc?view=rev&rev=479001Log:
add weight to duplicate shipment route seg
Modified:
incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
Modified: incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java?view=diff&rev=479001&r1=479000&r2=479001==============================================================================
--- incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java (original)
+++ incubator/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java Fri Nov 24 13:17:32 2006
@@ -860,6 +860,8 @@
params.put("destFacilityId", shipmentRouteSeg.getString("destFacilityId"));
params.put("destContactMechId", shipmentRouteSeg.getString("destContactMechId"));
params.put("destTelecomNumberId", shipmentRouteSeg.getString("destTelecomNumberId"));
+ params.put("billingWeight", shipmentRouteSeg.get("billingWeight"));
+ params.put("billingWeightUomId", shipmentRouteSeg.get("billingWeightUomId"));
params.put("userLogin", userLogin);
Map tmpResult = dispatcher.runSync("createShipmentRouteSegment", params);