Issue in placing an order with a configurable good product without selecting 
any of the addons associated with it
-----------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-4778
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4778
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Abdul Khadeer
             Fix For: SVN trunk


Issue in placing an order with a configurable good product without selecting 
any of the addons associated with it. The code was working with the condition 
"AGGREGATED_CONF".equals(product.getString("productTypeId")) in the trunk 
revision 1220622    12/19/11 12:10 PM, but this issue was raised in the 
revision 1235698 1/25/12 2:31 PM in which the condition was changed to 
EntityTypeUtil.hasParentType(delegator, "ProductType", "productTypeId", 
product.getString("productTypeId"), "parentTypeId", "AGGREGATED").

We have fixed the issue by switching to the old conditions, let us know if 
there is any better way to do that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to