-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: order
-
Labels:None
-
Sprint:Bug Crush Event - 21/2/2015
This error occurs when order item ship group quantities are changed for ship group with no address associated:
The address(es) used for tax calculation did not have State/Province or Country or other tax jurisdiction values set, so we cannot determine the taxes to charge.
This is caused by the call to coh.calcAndAddTax(); in saveUpdatedCartToOrder() of OrderServices.java. Changing to coh.calcAndAddTax(true); resolves the problem. The boolean provides the value for the skipEmptyAddresses parameter of the function.
- is part of
-
OFBIZ-5400 Improve shopping cart to better handle a large number of ship groups and item associations
-
- Patch Available
-