From 6fd82cd10315bf02dde7621bb6a30e2992b61d91 Mon Sep 17 00:00:00 2001 From: SHENGXING LU Date: Wed, 8 Apr 2026 17:56:09 +0200 Subject: [PATCH] add notification contact to modify and delete orders --- .../inventory-products/inventory-products.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pages/product-inventory/inventory-items/inventory-products/inventory-products.component.ts b/src/app/pages/product-inventory/inventory-items/inventory-products/inventory-products.component.ts index 5b6f43b1..ed79b4ce 100644 --- a/src/app/pages/product-inventory/inventory-items/inventory-products/inventory-products.component.ts +++ b/src/app/pages/product-inventory/inventory-items/inventory-products/inventory-products.component.ts @@ -409,7 +409,8 @@ export class InventoryProductsComponent implements OnInit, OnDestroy { productOrderItem: [this.pendingModifyPayload], relatedParty: [{ id: this.partyId, href: this.partyId, role: environment.BUYER_ROLE }], billingAccount: { id: this.selectedBillingAddress.id, href: this.selectedBillingAddress.id }, - priority: '4' + priority: '4', + notificationContact: this.selectedBillingAddress.email }; try {