[OFBiz] SVN: r6638 - trunk/applications/product/src/org/ofbiz/shipment/shipment

jaz@svn.ofbiz.org jaz at svn.ofbiz.org
Tue Jan 31 15:51:42 CST 2006


Author: jaz
Date: 2006-01-31 15:51:41 -0600 (Tue, 31 Jan 2006)
New Revision: 6638

Modified:
   trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
Log:
now setting tracking number in both places


Modified: trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
===================================================================
--- trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java	2006-01-31 21:26:38 UTC (rev 6637)
+++ trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java	2006-01-31 21:51:41 UTC (rev 6638)
@@ -659,7 +659,7 @@
                         rtSeg.set("actualStartDate", pkgInfo.get("shippedDate"));
                         rtSeg.set("billingWeight", pkgInfo.get("billingWeight"));
                         rtSeg.set("actualCost", pkgInfo.get("shippingTotal"));
-                        rtSeg.set("trackingIdNumber", pkgInfo.get("externalShipmentId"));
+                        rtSeg.set("trackingIdNumber", pkgInfo.get("trackingNumber"));
                         try {
                             delegator.store(rtSeg);
                         } catch (GenericEntityException e) {



More information about the Svn mailing list