Author: hansbak
Date: Thu Apr 5 11:29:53 2012
New Revision: 1309775
URL:
http://svn.apache.org/viewvc?rev=1309775&view=revLog:
comment from jacopo, was not according our conventions
Modified:
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java?rev=1309775&r1=1309774&r2=1309775&view=diff==============================================================================
--- ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java (original)
+++ ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java Thu Apr 5 11:29:53 2012
@@ -3334,10 +3334,12 @@ public class ShoppingCart implements Ite
serviceContext.put("internalName", internalName);
serviceContext.put("productName", productName);
serviceContext.put("description", description);
- if(ProductWorker.isAggregateService(delegator, item.getProductId()))
+ if(ProductWorker.isAggregateService(delegator, item.getProductId())) {
serviceContext.put("productTypeId", "AGGREGATEDSERV_CONF");
- else
+ }
+ else {
serviceContext.put("productTypeId", "AGGREGATED_CONF");
+ }
serviceContext.put("configId", configId);
if (UtilValidate.isNotEmpty(product.getString("requirementMethodEnumId"))) {