Rounding factor
Need advice on how to handle following scenario please:
Price List is defined with rounding factor -1
Item A = USD 12.123
Item B= USD 7.22
When order is created the lines show:
Item A = USD 12.123
Item B = USD 7.20 (nstead of 7.22)
1