Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Trunk
-
None
-
None
-
OFBiz Community Day (Aug 2020)
Description
We have a helper method in OrderReadHelper named as getAvailableOrderHeaderAdjustments which is used to fetch order header adjustments available for return.
It should also check for amount, it might possible, orderHeader adjustment was of $100 and once a return is created for $20, then available $80 would not render while creating second return for the same order.
So instead of checking only for orderAdjustmentId in ReturnAdjustment, it should also check for adjustment amount.