This is an automated email from the ASF dual-hosted git repository.

arunpati pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6ff5306eea Fixed reservation logic for Auto Inventory allocation 
process. OFBIZ-13386 (#1254)
6ff5306eea is described below

commit 6ff5306eeab9f57471e017b923569b3d2c6d8c99
Author: Nameet Jain <[email protected]>
AuthorDate: Fri Jul 10 15:51:46 2026 +0530

    Fixed reservation logic for Auto Inventory allocation process. OFBIZ-13386 
(#1254)
    
    Fixed reservation logic for Auto Inventory allocation process.
    OFBIZ-13386
    
    Thanks  Carsten Heinrigs for reporting the issue, Nameet Jain for verifying 
and providing PR to fix.
---
 .../src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java
 
b/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java
index fad4321f74..cc7de04b11 100644
--- 
a/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java
+++ 
b/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java
@@ -671,7 +671,7 @@ public class ShoppingCart implements 
Iterable<ShoppingCartItem>, Serializable {
             }
             item = ShoppingCartItem.makeItem(0, productId, selectedAmount, 
quantity, null,
                     reservStart, reservLength, reservPersons, 
accommodationMapId, accommodationSpotId, shipBeforeDate, shipAfterDate,
-                    reserveAfterDate, features, attributes, prodCatalogId, 
configWrapper, itemType, itemGroup, dispatcher,
+                    reserveAfterDate, features, attributes, 
orderItemAttributes, prodCatalogId, configWrapper, itemType, itemGroup, 
dispatcher,
                     this, Boolean.TRUE, Boolean.TRUE, parentProductId, 
Boolean.FALSE, Boolean.FALSE);
         }
 

Reply via email to