From 2864375006f877301ae679567d227b0abfd51a40 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 10 Jan 2025 06:36:39 -0500 Subject: [PATCH] product_id --- services/web/project/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 1958286..db55fde 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -716,6 +716,7 @@ def myproduct(current_user): myproduct_data = { "myproduct_uid":"", "status": product[0]["status"], + "product_id": product[0]["product_id"], "product_uid": product[0]["uid"], "banner": product[0]["banner"], "product_name": product[0]["name"],