tracing OrderAdjustment trying to figure out how it works

2010-04-15 Thread Patrick
Everytime I create an OrderHeader, it is somehow automatically associated with the only OrderAdjustment row in my DB. OrderReadHelper.java orderheader.getRelated(OrderAdjustment); //always returns the OrderAdjustment row, why? Also, when I create a new OrderAdjustment using webtools I can't

Re: tracing OrderAdjustment trying to figure out how it works

2010-04-15 Thread Scott Gray
You may need to restate the question, it doesn't really make sense to me. Regards Scott HotWax Media http://www.hotwaxmedia.com On 16/04/2010, at 7:07 AM, Patrick wrote: Everytime I create an OrderHeader, it is somehow automatically associated with the only OrderAdjustment row in my DB.

Re: tracing OrderAdjustment trying to figure out how it works

2010-04-15 Thread BJ Freeman
this helps in tracing. https://demo-stable.ofbiz.apache.org/webtools/control/ArtifactInfo put in OrderAdjustment You will see what is returned with getrelated take a look at createOrderAdjustment