From c794ff458d42f1d27afe2a10b6798d437b428327 Mon Sep 17 00:00:00 2001 From: Hardik Zinzuvadiya <25708027+Z4nzu@users.noreply.github.com> Date: Sat, 30 Aug 2025 11:11:16 +0000 Subject: [PATCH] fix(webform): remove non-existent company field from Student Applicant --- .../student_applicant/student_applicant.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/education/education/web_form/student_applicant/student_applicant.json b/education/education/web_form/student_applicant/student_applicant.json index 10dc0848..ac6814d4 100644 --- a/education/education/web_form/student_applicant/student_applicant.json +++ b/education/education/web_form/student_applicant/student_applicant.json @@ -493,19 +493,6 @@ "read_only": 1, "reqd": 0, "show_in_filter": 0 - }, - { - "allow_read_on_all_link_options": 0, - "fieldname": "company", - "fieldtype": "Link", - "hidden": 0, - "label": "Company", - "max_length": 0, - "max_value": 0, - "options": "Company", - "read_only": 0, - "reqd": 0, - "show_in_filter": 0 } ] } \ No newline at end of file