diff --git a/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx b/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx
index e19df4c..4cee3ec 100644
--- a/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx
+++ b/ipi-survey-platform/src/components/survey/EstablishmentInfo/EstablishmentInfo.jsx
@@ -387,11 +387,11 @@ const EstablishmentInfo = ({

-
Support Email: support@ipi.gov.example
+
Support Email: iip.survey@fcsc.gov.ae

-
Contact: +971-2-000-0000
+
Contact: +971506491429
diff --git a/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx b/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx
index c0b3a3a..c4b6c19 100644
--- a/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx
+++ b/ipi-survey-platform/src/pages/Admin/configuration/CompanyProfile.jsx
@@ -675,7 +675,7 @@ const CompanyProfile = () => {
1: [
{ field: 'permanentFactoryCode', label: 'Permanent Factory Code' },
{ field: 'uniqueLicenseNumber', label: 'Unique License Number' },
- { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
+ // { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
{ field: 'industryCodeProduction', label: 'Industry Code (Current Production)' },
],
2: [
@@ -1017,7 +1017,7 @@ const CompanyProfile = () => {
onChange={handleFormChange('industryCodeBusiness')}
placeholder="Enter Code"
width="100%"
- required
+ // required
error={fieldErrors.industryCodeBusiness}
readOnly={modalMode === 'view'}
/>
diff --git a/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx b/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx
index 94114c8..664c2ee 100644
--- a/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx
+++ b/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx
@@ -124,7 +124,7 @@ const EditCompanyProfile = () => {
1: [
// { field: 'permanentFactoryCode', label: 'Permanent Factory Code' },
{ field: 'uniqueLicenseNumber', label: 'Unique License Number' },
- { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
+ // { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
{ field: 'industryCodeCurrent', label: 'Industry Code (Current Production)' },
],
2: [
@@ -705,7 +705,7 @@ const EditCompanyProfile = () => {
onChange={(e) => handleFormChange("industryCodeBusiness", e.target.value)}
placeholder="Enter Code"
width="100%"
- required
+ // required
error={fieldErrors.industryCodeBusiness}
/>