diff --git a/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx b/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx index e85fbe6..f68369c 100644 --- a/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx +++ b/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx @@ -2629,7 +2629,9 @@ const handleView = async (id) => { password: form.userProfilePassword || '' }, establishment_products: Array.isArray(selectedProducts) && selectedProducts.length > 0 - ? selectedProducts.map(p => ({ product_id: p.id || p.product_id || 0 + ? selectedProducts.map(p => ({ product_id: p.id || p.product_id || 0, + action_done_by: "admin_users" , + created_by: currentUserId?.id })) : [], };