fix: added hidden in organization & contact section for deal quick modal in patch

This commit is contained in:
Shariq Ansari 2025-01-02 14:33:36 +05:30
parent 12b93c9a74
commit af53e81553

View File

@ -40,10 +40,12 @@ def get_new_layout(old_layout, type):
if section.get("label") == "Select Organization":
section["name"] = "organization_section"
section["hidden"] = 1
elif section.get("label") == "Organization Details":
section["name"] = "organization_details_section"
elif section.get("label") == "Select Contact":
section["name"] = "contact_section"
section["hidden"] = 1
elif section.get("label") == "Contact Details":
section["name"] = "contact_details_section"