You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2010/02/09 00:29:14 UTC

ProductStoreShippmentMeth doesn't have uom stuff

In this entity, there are minWeight/maxWeight, minTotal/maxTotal,
minSize/maxSize.  However, there is no unit of measure attached to
those.  ProductStoreWorker.getAvailableStoreShippingMethods doesn't do
any uom stuff, so I could see this failing.

Is this correct, or does the uom stuff get applied somewhere else?