When the project was imported into our repo, the revision # was 684368. The TODO was there.
-----Original Message----- From: Jacques Le Roux [mailto:[email protected]] Sent: Tuesday, April 14, 2009 12:01 PM To: [email protected] Subject: Re: Refunding adjustments only I did not find any TODO in OrderReturnServices.processRefundReturn() Are you sure its plain OFBiz code ? If yes, which Release.revision are you using ? Jacques From: "Sanders, Brian" <[email protected]> If you look at processRefundReturn, you will notice that none of the code runs unless there is at least 1 line item. If you are refunding only, say, freight charges, the refund will not actually occur. There is a TODO labeled "add adjustment total" which sounds like the developers are aware of the issue. Is there a reason that it has not been implemented yet? If I were to try and implement the functionality myself, is there anything I should be aware off? Can anyone offer some tips/suggestions as to how to implement? Thanks.
