Login  Register

[jira] [Created] (OFBIZ-4440) OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup

Posted by Nicolas Malin (Jira) on Sep 22, 2011; 1:45am
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-4440-OnePageCheckout-breaks-when-you-are-logged-in-with-userid-that-belongs-to-Pap-tp3832122.html

OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup
------------------------------------------------------------------------------------

                 Key: OFBIZ-4440
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4440
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
    Affects Versions: Release 10.04
            Reporter: Kiran Gawde


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]);


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira