Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release 10.04
-
None
Description
OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup. But the quickcheckout doesn't break. This is due to the fact that EditShippingAddress has following line which returns null.
person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]);