From 09550dd0cff923183a3e4ab50173d09cfc327de3 Mon Sep 17 00:00:00 2001 From: Arun Patidar Date: Mon, 27 Apr 2026 18:28:11 +0530 Subject: [PATCH] Fixed issue in recreate order adjustment flow on canceling an item from order. On adding new promo item after cancelling it was creating only orderItem record while we need to map that item with orderItemShipGroup using ship group assocs. So added support to create ship group assoc whenever it creats new item due to promotion.[OFBIZ-12104] --- .../order/minilang/order/OrderServices.xml | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/applications/order/minilang/order/OrderServices.xml b/applications/order/minilang/order/OrderServices.xml index f24b297dc9..f3d4deae7d 100644 --- a/applications/order/minilang/order/OrderServices.xml +++ b/applications/order/minilang/order/OrderServices.xml @@ -384,10 +384,35 @@ under the License. - + + + + + + + + + + + + + + + + + + + + + + + + + +