Merge branch '13.0' into 13.0-test

This commit is contained in:
Jared Kipe
2022-06-27 08:05:28 -07:00

View File

@@ -403,7 +403,7 @@ def patched_set_package_detail(self, client, packages, packaging_type, ship_from
package.PackageWeight = self.factory_ns2.PackageWeightType()
package.PackageWeight.UnitOfMeasurement = MeasurementType()
package.PackageWeight.UnitOfMeasurement.Code = p.weight_unit or ''
package.PackageWeight.Weight = p.shipping_weight or p.weight or ''
package.PackageWeight.Weight = p.weight or ''
# Package and shipment reference text is only allowed for shipments within
# the USA and within Puerto Rico. This is a UPS limitation.