Multiple order level on one order
I have a scenario where we have multiple order level adjustments on order:
They are both use Basis Code 2 (% of Current Net Price). The first one calculates the percent amount correctly however the second one calculates the percentage to all lines including the order level adjustment
Example:
Line 1 -stock item - $100
Line 2 -stock item - $100
Line 3 order level adjustment A (10% x $200) = $20 (working correctly)
Line 4 order level adjustment B (should be 5% x $200 = $10) It is calculating $11 ($220 X 5%)
How do I get the order level adjustment B to calculate correctly?